Skip to content

Commit

Permalink
Merge pull request #345 from ZShunRen/window-1.6-dev
Browse files Browse the repository at this point in the history
Fix error in helpwindow
  • Loading branch information
FionaQY authored Nov 12, 2024
2 parents b7366be + b63370e commit 5a64a2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/seedu/address/ui/HelpWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ private void initializeCommandTable() {
"edit <INDEX> [n/ <NAME>] [p/ <PHONE>] [e/ <EMAIL>] [a/ <ADDRESS>] [j/ <JOB>] [i/ <INCOME>] "
+ "[t/ <TIER>] [rn/ <NEW REMARK>] [ra/ <REMARK TO BE APPENDED ONTO EXISTING ONE>] "
+ "[s/ <STATUS>]",
"edit 69 n/ TAN LESHEW p/ 77337733 e/ [email protected] a/ COM3 j/ doctor i/ 1000000000 "
"edit 69 n/ TAN LESHEW p/ 97337733 e/ [email protected] a/ COM3 j/ doctor i/ 1000000000 "
+ "t/ bronze ra/ Specialist in eye care s/ urgent"),
new CommandSummary("List All Clients",
"list",
"list"),
new CommandSummary("Filter Client List",
"filter [n/ <NAME>] [p/ <PHONE>] [e/ <EMAIL>] [a/ <ADDRESS>] [j/ <JOB>] [i/ <INCOME>] "
+ "[t/ <TIER>] [r/ <REMARK>] [s/ <STATUS>]",
"filter [n/ <NAME>] [p/ <PHONE>] [e/ <EMAIL>] [a/ <ADDRESS>] [j/ <JOB>] "
+ "[i/ (=/</>) <INCOME>] [t/ <TIER>] [r/ <REMARK>] [s/ <STATUS>]",
"filter n/ TAN LESHEW t/ gold"),
new CommandSummary("View Client Details",
"view <INDEX>",
Expand Down

0 comments on commit 5a64a2f

Please sign in to comment.