Skip to content

Commit

Permalink
Fix command summary merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
saltedfishxx committed Oct 5, 2023
1 parent 2aaf293 commit cb036b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,14 +282,14 @@ _More details coming soon ..._
--------------------------------------------------------------------------------------------------------------------

## Command summary

| Action | Format, Examples |
|---------------------|-----------------------------------------------------------------------------------------------------------------------------|
| **Add Tutor** | `add-t n/NAME p/PHONE NUMBER e/EMAIL` <br> e.g., `add-t n/John Doe p/98765432 e/[email protected]` |
| **List Tutor** | `list-t` |
| **Delete Tutor** | `delete-t TUTOR_INDEX`<br> e.g., `delete-t 3` |
| **Add Schedule** | `add-s ti/TUTOR_INDEX s/START_TIME e/END_TIME` <br> e.g., `add-s ti/1 s/2023-09-15T09:00:00 e/2023-09-15T11:00:00` |
| **List Schedule** | `list-s` |
| **Delete Schedule** | `delete-s INDEX_NO`<br> e.g., `delete-s 3` |
| **Clear** | `clear` |
| **Edit** | `edit INDEX [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [t/TAG]…​`<br> e.g.,`edit 2 n/James Lee e/[email protected]` |
| **Find** | `find KEYWORD [MORE_KEYWORDS]`<br> e.g., `find James Jake` |
| **Help** | `help` |

0 comments on commit cb036b6

Please sign in to comment.