Skip to content

Commit

Permalink
Merge pull request #34 from JiaXinEu/branch-UpdateUG
Browse files Browse the repository at this point in the history
Update view command on user guide
  • Loading branch information
Wongqingyee authored Feb 29, 2024
2 parents f4daa56 + f7c84c8 commit b7b1fa4
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 @@ -181,5 +181,5 @@ _Details coming soon ..._
| **Add** | `add id/STUDENT_ID n/NAME e/EMAIL g/GRADE [t/TAG]​​` <br> e.g., `add id/A01234567X n/James Ho e/[email protected] g/B+` |
| **Delete** | `delete id/STUDENT_ID`<br> e.g., `delete A01234567X` |
| **Edit** | `edit id/STUDENT_ID [g/GRADE] `<br> e.g.,`edit A0123466C g/A+` |
| **View** | `view id/STUDENT_ID`<br> e.g., `find A0123466D` |
| **View** | `view id/STUDENT_ID`<br> e.g., `view A0123466D` |
| **Group** | `group id/STUDENT_ID_1 [id/STUDENT_ID_2] …` <br> e.g., `group A1234567R, A2345678R` |

0 comments on commit b7b1fa4

Please sign in to comment.