Skip to content

Commit

Permalink
Merge pull request #114 from huangjiaxi1111/fix-findcommand-ug
Browse files Browse the repository at this point in the history
Fix findcommand syntax in UG
  • Loading branch information
weiseng18 authored Oct 17, 2024
2 parents c032a87 + 34a016e commit 5229d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,6 @@ Action | Format, Examples
**Clear** | `clear`
**Delete** | `delete (INDEX)+`<br> e.g., `delete 3` or `delete 1 3 5`
**Edit** | `edit INDEX [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [t/TAG]+`<br> e.g.,`edit 2 n/James Lee e/[email protected]`
**Find** | `find (n/KEYWORD)+`<br> e.g., `find James Jake`
**Find** | `find (n/KEYWORD)+`<br> e.g., `find n/James n/Jake`
**List** | `list`
**Help** | `help`

0 comments on commit 5229d7b

Please sign in to comment.