forked from nus-cs2103-AY2324S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from JiaXinEu/branch-UpdateUG
Update view command on user guide
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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` | |