Skip to content

Commit

Permalink
Merge pull request AY2425S1-CS2103T-F15-2#163 from btbrandon/fix-help…
Browse files Browse the repository at this point in the history
…-window-bugs

Fix HelpWindow, helpMessage.png bugs
  • Loading branch information
jessica2828 authored Nov 7, 2024
2 parents ac3a8b2 + 9b0cec4 commit 7086c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified docs/images/helpMessage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 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/ROLE\n"
+ " - add ID n/NAME p/PHONE_NUMBER a/ADDRESS c/COURSE r/ROLE\n"
+ "\n2. Add a Student Grade\n"
+ " - grade ID m/MODULE g/GRADE\n"
+ "\n3. Add Module\n"
Expand All @@ -38,7 +38,7 @@ public class HelpWindow extends UiPart<Stage> {
+ "\n7. Delete Student\n"
+ " - delete ID\n"
+ "\n8. Delete Module\n"
+ " - delete ID m/MODULE"
+ " - delete ID m/MODULE\n"
+ "\n9. List Students\n"
+ " - list\n"
+ "\n10. Clear Data\n"
Expand Down

0 comments on commit 7086c6a

Please sign in to comment.