Skip to content

Commit

Permalink
Merge pull request #321 from Clarenceeey/update/addtoconsultErrorMessage
Browse files Browse the repository at this point in the history
PLEASE CHECK THIS Update error message example to show index
  • Loading branch information
notnotmax authored Nov 11, 2024
2 parents b7bdbb4 + c6c7c3c commit 5f071e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class AddToConsultCommand extends Command {
+ "by the index number used in the displayed consultation list. "
+ "Parameters: INDEX (must be a positive integer) "
+ "[" + PREFIX_NAME + "NAME]… [" + PREFIX_INDEX + "INDEX]…\n"
+ "Example: " + COMMAND_WORD + " 1 n/John Doe n/Harry Ng";
+ "Example: " + COMMAND_WORD + " 1 " + PREFIX_NAME + "John Doe " + PREFIX_INDEX + "1";

public static final String MESSAGE_ADD_TO_CONSULT_SUCCESS = "Added students to the Consultation: %1$s";

Expand Down

0 comments on commit 5f071e0

Please sign in to comment.