Skip to content

Commit

Permalink
Merge pull request #254 from jovantanyk/fix-deleteinfo
Browse files Browse the repository at this point in the history
fix deleteinfo bug
  • Loading branch information
NatLeong authored Apr 15, 2024
2 parents d1f6881 + 20425ee commit d6ab583
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class DeleteInfoCommand extends Command {
public static final String MESSAGE_USAGE = COMMAND_WORD
+ ":\nDeletes the information of the person identified by NRIC.\n"
+ "Parameters: NRIC, fields to be deleted\n"
+ "Example: " + COMMAND_WORD + " S1234567B" + PREFIX_EMAIL;
+ "Example: " + COMMAND_WORD + " S1234567B " + PREFIX_EMAIL;
public static final String MESSAGE_ONLY_OPTIONAL_FIELDS = "Only optional fields can be deleted.";
/**
* The correspondance of optional field with their position in fieldstoDelete array.
Expand Down

0 comments on commit d6ab583

Please sign in to comment.