Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 4, 2024
1 parent 46849c4 commit 5213bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified docs/images/helpMessage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main/java/seedu/address/ui/HelpWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ public class HelpWindow extends UiPart<Stage> {
+ " - Viewing help : 'help'\n\n"
+ " - Adding a student: 'add'\n"
+ " Usage: 'add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS [g/GRADE] [s/SUBJECT] "
+ "[d/DATETIME] [t/TAG]…'\n\n"
+ "[d/DATETIME] [at/ATTENDANCE] [pa/PAYMENT] [t/TAG]…'\n\n"
+ " - Listing all persons : 'list'\n\n"
+ " - Editing a person : 'edit'\n"
+ " Usage: 'edit INDEX n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS [g/GRADE] [s/SUBJECT] "
+ "[d/DATETIME] [t/TAG]…'\n\n"
+ "[d/DATETIME] [at/ATTENDANCE] [pa/PAYMENT] [t/TAG]…'\n\n"
+ " - Locating persons by name: 'find'\n"
+ " Usage: 'find KEYWORD [MORE_KEYWORDS]'\n\n"
+ " - Deleting a person : 'delete'\n"
Expand Down

0 comments on commit 5213bc8

Please sign in to comment.