From 75a7e9f4e7000e1719ded408ceb6437a41770dd2 Mon Sep 17 00:00:00 2001 From: Shanny Date: Thu, 5 Oct 2023 14:08:07 +0800 Subject: [PATCH] Removed redundant error messages --- docs/UserGuide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index a0c4bb22496..1cb63b5ba1c 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -188,10 +188,12 @@ Displays a list of all schedules in the address book in a table format. * If there are no schedules in the address book, displays a message telling the user to add a tutor with `add-s`. ![empty schedule list](images/emptyScheduleList.png) +
-**Error messages:** -* `Too many parameters`: `list-s` does accept any parameters other than its own command. (E.g. `list-s 1` will result in an error). +**:warning: Warning**
+Note that any additional parameters introduced after `list-s` will be ignored. +
### Deleting a schedule: `delete-s`