Skip to content

Commit

Permalink
Remove [MORE_NAMES]
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtr committed Apr 9, 2024
1 parent bb1d945 commit e3b58d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Edit: edit INDEX [n\NAME] [ic\IC_NUMBER] [dob\DATE_OF_BIRTH] [ad\ADMISSION_DATE]
Edits the patient at the specified INDEX.
Example: edit 1 ic\T0123456P t\
Find: find n\NAME [MORE_NAMES] OR find ic\IC_NUMBER
Find: find n\NAME OR find ic\IC_NUMBER
Finds patients based on NAME or IC_NUMBER.
Example: find n\John Doe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class HelpCommand extends Command {
+ "[ad\\ADMISSION_DATE] [w\\WARD] [t\\TAG]...\n"
+ " Edits the patient at the specified INDEX.\n"
+ " Example: edit 1 ic\\T0123456P t\\\n\n"
+ "Find: find n\\NAME [MORE_NAMES] OR find ic\\IC_NUMBER\n"
+ "Find: find n\\NAME OR find ic\\IC_NUMBER\n"
+ " Finds patients based on NAME or IC_NUMBER.\n"
+ " Example: find n\\John Doe\n\n"
+ "List: list [n\\WARD] [t\\TAG]...\n"
Expand Down

0 comments on commit e3b58d3

Please sign in to comment.