From 70fc4c5da5126060665e02148c99813f5d6da8cc Mon Sep 17 00:00:00 2001 From: Jolonauh Date: Thu, 4 Apr 2024 22:08:37 +0800 Subject: [PATCH] Add notes to user guide --- docs/UserGuide.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index e07f32271a9..ca644654f5b 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -266,6 +266,10 @@ _This command helps update existing client's information in the client list in t **Format:** `update u/EXISTING_USER [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [d/DESCRIPTION] [k/NEXTOFKIN] [t/TAG]…` + + +**Note**: At least one optional parameter has to be given. + @@ -635,6 +639,11 @@ _These are a list of helpful actions to facilitate the ease of use of our applic **Note**: A message will be displayed in the dialog to notify users when there are no previous/next command available. + + +**Note**: Only commands that have been executed successfully will be saved. + + ### Saving the data Your locally saved client list will be updated after any change is made, so no further action needs to be taken when operating the application! On start-up, your existing client list (if it exists) will also be automatically loaded, so don't worry about that! @@ -662,7 +671,7 @@ ___ | **Find** | `find n/NAME… [a/ADD]… [e/EMAIL]… [t/TAG]… [k/KIN]… [d/DESC]… [p/PHONE]…` | `find n/James a/clementi e/gmail t/important k/charles d/tall p/123` | | **Undo** | `undo` | | | **Redo** | `redo` | | -| **Display** | `display n/NAME` | | +| **Display** | `display NAME` | | | **Clear** | `clear` | | | **Exit** | `exit` | |