Skip to content

Commit

Permalink
Merge pull request #93 from reidenong/branch-fix-help-window
Browse files Browse the repository at this point in the history
Fix help window formatting
  • Loading branch information
itsnotsherm authored Nov 7, 2024
2 parents 6eb86bc + 3d69cf2 commit 073ffcf
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 @@ -26,7 +26,7 @@ public class HelpWindow extends UiPart<Stage> {
+ "<<Listing all persons>>\n"
+ "Format: list\n\n"
+ "<<Adding an appointment>>\n"
+ "Format: appointment NRIC app/APPOINTMENT\n"
+ "Format: appointment NRIC app/APPOINTMENT\n\n"
+ "<<Editing a person>>\n"
+ "Format: edit NRIC [n/NAME] [p/PHONE] [e/EMAIL] [r/REMARK] [a/ADDRESS] [t/TAG]\n\n"
+ "<<Locating persons by name>>\n"
Expand Down

0 comments on commit 073ffcf

Please sign in to comment.