Skip to content

Commit

Permalink
Merge 67093ac into fbb941e
Browse files Browse the repository at this point in the history
  • Loading branch information
Seris370 committed Nov 11, 2019
2 parents fbb941e + 67093ac commit 8b460da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public class EditPlanCommand extends Command {
+ "Example:\n"
+ COMMAND_WORD + " 1 "
+ PREFIX_DESCRIPTION + "future questions of CS2040 "
+ PREFIX_START_DATE + "2019/01/01 "
+ PREFIX_END_DATE + "3019/12/12 "
+ PREFIX_START_DATE + "2019-01-01 "
+ PREFIX_END_DATE + "2019-12-01 "
+ FLAG_FORCE;

public static final String MESSAGE_EDIT_PLAN_SUCCESS = "Plan [%1$s] edited.";
Expand Down

0 comments on commit 8b460da

Please sign in to comment.