Skip to content

Commit

Permalink
Merge pull request #231 from hingen/update_unknown_command_message
Browse files Browse the repository at this point in the history
Update unknown command message to include all commands
  • Loading branch information
joytqt-1202 authored Mar 31, 2023
2 parents 81acb86 + 6ec6ea4 commit 3281f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/commons/core/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Messages {

public static final String MESSAGE_UNKNOWN_COMMAND = "Unknown command\n";
public static final String MESSAGE_KNOWN_COMMANDS = "The known commands are:\n"
+ "nav, add, edit, delete, tag, list, find, mark, unmark, help and exit";
+ "nav, add, edit, delete, tag, untag, list, find, mark, unmark, clear, import, export, help and exit";

public static final String MESSAGE_INVALID_COMMAND_FORMAT = "Invalid command format! \n%1$s";

Expand Down

0 comments on commit 3281f33

Please sign in to comment.