Skip to content

Commit

Permalink
Change prefix in Help Message
Browse files Browse the repository at this point in the history
  • Loading branch information
JYL27 committed Nov 7, 2024
1 parent 2220e38 commit 8f33f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/HelpWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class HelpWindow extends UiPart<Stage> {
+ " H E L P M E N U\n"
+ "============================================================================================\n"
+ "\n1. Add Student\n"
+ " - add ID n/NAME p/PHONE_NUMBER a/ADDRESS c/COURSE t/ROLES\n"
+ " - add ID n/NAME p/PHONE_NUMBER a/ADDRESS c/COURSE t/ROLE\n"
+ "\n2. Add a Student Grade\n"
+ " - grade ID m/MODULE g/GRADE\n"
+ "\n3. Add Module\n"
Expand Down

0 comments on commit 8f33f66

Please sign in to comment.