Skip to content

Commit

Permalink
Merge pull request #237 from randallnhr/master
Browse files Browse the repository at this point in the history
Rename category summary command
  • Loading branch information
gitsac authored Apr 10, 2023
2 parents c6447ba + d1ddd7c commit 355b519
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 80 deletions.
79 changes: 0 additions & 79 deletions data/addressbook.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
public class CategorySummaryCommand implements GeneralCommand {

public static final String COMMAND_WORD = "scat";
public static final String COMMAND_WORD = "sumcat";
public static final String MESSAGE_USAGE = COMMAND_WORD + ": Displays summary of category "
+ "Parameters: INDEX (must be a positive integer)\n"
+ "Example: " + COMMAND_WORD + " 1";
Expand Down

0 comments on commit 355b519

Please sign in to comment.