From a16abb1e05e1862f1dfa6ca40f543d66edcff858 Mon Sep 17 00:00:00 2001 From: wang Date: Mon, 15 Apr 2024 03:23:40 +0800 Subject: [PATCH] Small fix for ug closes #193 --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 6a7e0bf315b..456c4467dce 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -523,7 +523,7 @@ Below shows the expected success message upon executing the above command. **Situation:** The Professor took a rain-check and decided to reschedule your consult. Now we need to update our booking details! ``` -update INDEX -n {description} -s {start_time} -e {end_time} -note {note} +update INDEX -n {DESCRIPTION} -s {START_TIME} -e {END_TIME} -note {NOTE} ``` * The index refers to the index number shown in the displayed booking list. * Other params are optional and entered only if you want to update current data.