Skip to content

Commit

Permalink
Fix formatting issues in add message_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
amosting committed Nov 9, 2023
1 parent 63ba8b6 commit 1e5bb24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/seedu/address/logic/commands/AddCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public class AddCommand extends Command {
+ PREFIX_EMAIL + "EMAIL "
+ PREFIX_GPA + "GPA "
+ PREFIX_PREVIOUS_GRADE + "PREV GRADE "
+ "[" + PREFIX_INTERVIEW_SCORE + "INTERVIEW SCORE]" // optional
+ "[" + PREFIX_COMMENT + "COMMENT]" // optional
+ "[" + PREFIX_INTERVIEW_SCORE + "INTERVIEW SCORE]" // optional
+ "[" + PREFIX_INTERVIEW_SCORE + "INTERVIEW SCORE] " // optional
+ "[" + PREFIX_COMMENT + "COMMENT] " // optional
+ "[" + PREFIX_INTERVIEW_SCORE + "INTERVIEW SCORE] " // optional
+ "[" + PREFIX_TAG + "TAG]...\n" // optional
// Example
+ "Example: " + COMMAND_WORD + " "
Expand Down

0 comments on commit 1e5bb24

Please sign in to comment.