Skip to content

Commit

Permalink
Edit payment command
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 14, 2024
1 parent 9b92629 commit 6edf023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class PaymentCommand extends Command {

public static final String MESSAGE_USAGE = COMMAND_WORD
+ ": Filters the address book based on the payment status.\n"
+ "Parameters: [pa/PAYMENT]\n"
+ "Parameters: pa/PAYMENT\n"
+ "Example: " + COMMAND_WORD + " pa/paid";

public static final String MESSAGE_FILTER_ADDRESS_BOOK_SUCCESS = "Filtered address book by %2$s!\n";
Expand Down

0 comments on commit 6edf023

Please sign in to comment.