Skip to content

Commit

Permalink
update help window
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 3, 2024
1 parent 57e0232 commit 503a8d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/seedu/address/ui/HelpWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public class HelpWindow extends UiPart<Stage> {
+ " Usage: 'delete INDEX'\n\n"
+ " - Filter by Grade / Subject: 'filter <g/GRADE | s/SUBJECT>'\n"
+ " Usage: 'filter g/A s/Maths'\n\n"
+ " - Categorise by Payment: 'payment <pa/PAYMENT>'\n"
+ " Usage: 'payment pa/Not Paid'\n\n"
+ " - Viewing Calendar : 'view'\n\n"
+ " - Show previous successful commands : 'history'\n\n"
+ " - Clearing all entries : 'clear'\n\n"
Expand Down

0 comments on commit 503a8d2

Please sign in to comment.