Skip to content

Commit

Permalink
Update UserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjieling0 authored Apr 15, 2024
1 parent 6f1e2b1 commit a644a98
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 @@ -430,7 +430,7 @@ Further details on the planned enhancements can be found in the Developer Guide.
| **Edit** | `edit i/ID [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [r/REMARK] [t/TAG]…​` (other fields specific to the role) | `edit i/123 n/James Lee e/[email protected]` |
| **Find** | `find [n/NAME] [t/TAG] [p/PHONE_NUMBER] [role/ROLE] [r/REMARK]` | `find role/employee` , followed by `find n/Bob` to stack filters |
| **Relate Profiles** | `relate i/ID i/ID` | `relate i/1 i/2` |
| **Unrelate Profiles** | `unrelate i/ID i/ID` | `relate i/1 i/2` |
| **Unrelate Profiles** | `unrelate i/ID i/ID` | `unrelate i/1 i/2` |
| **Show related Profile** | `showrelated i/ID` | `showrelated i/2` |
| **Export** | `export [filename]` | `export ClientInfo.csv` |
| **Clear** | `clear` | `clear` |
Expand Down

0 comments on commit a644a98

Please sign in to comment.