Skip to content

Commit

Permalink
Merge pull request #159 from drustanyjt/drus-ug-bug
Browse files Browse the repository at this point in the history
Add optional braces for edit command
  • Loading branch information
jiahui0309 authored Apr 10, 2024
2 parents 4974803 + a27c139 commit f3d47f5
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 @@ -700,7 +700,7 @@ Action | Format, Examples
**Add** | `add n\NAME p\PHONE e\EMAIL i\IC_NUMBER ag\AGE s\SEX a\ADDRESS` <br> e.g., `add n\John Doe p\88888888 e\[email protected] i\T0123456A ag\12 s\Male a\John street, block 123, #01-01`
**Clear** | `clear`
**Delete** | `delete IC_NUMBER`<br> e.g., `delete T0123456A`
**Edit** | `edit IC_NUMBER n\NAME p\PHONE e\EMAIL i\IC_NUMBER ag\AGE s\SEX a\ADDRESS`<br> e.g., `edit T0123456A p\88888888`
**Edit** | `edit IC_NUMBER [n\NAME] [p\PHONE] [e\EMAIL] [i\IC_NUMBER] [ag\AGE] [s\SEX] [a\ADDRESS]`<br> e.g., `edit T0123456A p\88888888`
**Add Note** | `addnote IC_NUMBER n\NOTE [-replace]`<br> e.g., `addnote T0123456A n\Patient has diabetes`<br> e.g., `addnote T0123456A n\Patient has diabetes -replace`
**Find** | `find IC_NUMBER`<br> e.g., `find T0123456A`
**Show** | `show [IC_NUMBER]`<br> e.g., `show T0123456A` <br> e.g., `show`
Expand Down

0 comments on commit f3d47f5

Please sign in to comment.