Skip to content

Commit

Permalink
Update ug
Browse files Browse the repository at this point in the history
  • Loading branch information
nuyer committed Apr 15, 2024
1 parent 6810c89 commit 1f28105
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 @@ -427,7 +427,7 @@ Further details on the planned enhancements can be found in the Developer Guide.
| **Add (Supplier)** | `add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS role/Supplier [r/REMARK] [t/TAG].. [tos/TERMS OF SERVICE] [prod/PRODUCT]...` | `add n/Fiona Kunz p/94824272 e/[email protected] a/little tokyo role/Supplier tos/Delivery within 2 weeks prod/Office Supplies prod/Furniture` |
| **List** | `list` | `list` |
| **Delete** | `delete [i/ID] [n/NAME]` | `delete i/123`, `delete n/John Doe` |
| **Edit** | `edit [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]` |
| **Edit** | `edit [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` |
Expand Down

0 comments on commit 1f28105

Please sign in to comment.