Skip to content

Commit

Permalink
Merge pull request #208 from junweiljw/reminder
Browse files Browse the repository at this point in the history
Final commit for Reminder
  • Loading branch information
elstonayx committed Nov 12, 2018
2 parents cac4316 + bb63f20 commit 8b3fea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class ReminderCommand extends Command {

public static final String COMMAND_PARAMETERS = "Parameters: "
+ PREFIX_TITLE + "TITLE "
+ PREFIX_DATE + "DATE(DDMMMYYYY) "
+ PREFIX_DATE + "DATE(DDMMYYYY) "
+ PREFIX_START_TIME + "TIME(24HRS) "
+ PREFIX_AGENDA + "AGENDA \n";

Expand Down

0 comments on commit 8b3fea6

Please sign in to comment.