Skip to content

Commit

Permalink
Removed redundant error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
saltedfishxx committed Oct 5, 2023
1 parent 778d1b7 commit 75a7e9f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<div markdown="block" class="alert alert-warning">

**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**<br>

Note that any additional parameters introduced after `list-s` will be ignored.
</div>

### Deleting a schedule: `delete-s`

Expand Down

0 comments on commit 75a7e9f

Please sign in to comment.