Skip to content

Commit

Permalink
Small fix for ug closes AY2324S2-CS2103T-W11-3#193
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrysanthemumT committed Apr 14, 2024
1 parent a9bc561 commit a16abb1
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 @@ -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.
Expand Down

0 comments on commit a16abb1

Please sign in to comment.