From 1f28105172ec49dd66c96d937212dc64ca8dd936 Mon Sep 17 00:00:00 2001 From: nuyer <98694104+nuyer@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:54:38 +0800 Subject: [PATCH] Update ug --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 657cdecc26e..6e98feaf215 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -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/lydia@example.com 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/jameslee@example.com` | +| **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/jameslee@example.com` | | **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` |