Skip to content

Commit

Permalink
Update DeleteCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sandyk0105 committed Nov 12, 2024
1 parent a5578d1 commit 4c61694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class DeleteCommand extends Command {
public static final String MESSAGE_USAGE = COMMAND_WORD + ": deletes a Person (Patient/Doctor) "
+ "based on id provided.\n"
+ COMMAND_WORD + " "
+ PREFIX_ID + "PATIENT_ID \n"
+ PREFIX_ID + "ID \n"
+ "Example: " + COMMAND_WORD + " "
+ PREFIX_ID + "1234";

Expand Down

0 comments on commit 4c61694

Please sign in to comment.