Skip to content

Commit

Permalink
Merge pull request #134 from raydenlim/branch-AddGradedTest
Browse files Browse the repository at this point in the history
Fix message
  • Loading branch information
raydenlim authored Nov 1, 2023
2 parents 0abb753 + f4952fb commit 2410b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/logic/commands/AddCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class AddCommand extends Command {
+ "[" + PREFIX_EMAIL + "EMAIL] "
+ "[" + PREFIX_TELEGRAM_HANDLE + "TELEGRAM_HANDLE] "
+ "[" + PREFIX_TAG + "TAG...] "
+ "[" + PREFIX_GRADED_TEST + "GRADEDTEST...] \n"
+ "[" + PREFIX_GRADED_TEST + "GRADEDTEST] \n"
+ "Example: " + COMMAND_WORD + " "
+ PREFIX_NAME + "John Doe "
+ PREFIX_PHONE + "98765432 "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class EditCommand extends Command {
+ "[" + PREFIX_EMAIL + "EMAIL] "
+ "[" + PREFIX_TELEGRAM_HANDLE + "TELEGRAM_HANDLE] "
+ "[" + PREFIX_TAG + "TAG...] "
+ "[" + PREFIX_GRADED_TEST + "GRADEDTEST...] \n"
+ "[" + PREFIX_GRADED_TEST + "GRADEDTEST] \n"
+ "Example: " + COMMAND_WORD + " 1 "
+ PREFIX_PHONE + "91234567 "
+ PREFIX_EMAIL + "johndoe@u.nus.edu "
Expand Down

0 comments on commit 2410b47

Please sign in to comment.