Skip to content

Commit

Permalink
Merge pull request #192 from Dexter-Wong/issue-118
Browse files Browse the repository at this point in the history
Issue 118
  • Loading branch information
Dexter-Wong authored Apr 15, 2024
2 parents bcbd534 + af39727 commit e8ef283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class SortCommand extends Command {
+ "[" + PREFIX_NAME + "NAME] "
+ "[" + PREFIX_INTERVIEWTIME + "INTERVIEW-TIME] "
+ "[" + PREFIX_SALARY + "SALARY] "
+ "Example: " + COMMAND_WORD + PREFIX_INTERVIEWTIME;
+ "Example: " + COMMAND_WORD + " " + PREFIX_INTERVIEWTIME;

public static final String MESSAGE_LIST_SORTED_SUCCESS = "List Sorted";
private final Integer info;
Expand Down

0 comments on commit e8ef283

Please sign in to comment.