Skip to content

Commit

Permalink
Merge pull request #301 from chewbum/master
Browse files Browse the repository at this point in the history
Fix addMeeting bug
  • Loading branch information
chewbum authored Apr 15, 2024
2 parents f93a3be + da9b20a commit f961701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class AddMeetingCommand extends Command {
+ "Parameters: clientIndex/ CLIENT_INDEX dt/ DATE_TIME /d DESCRIPTION \n"
+ "Example: " + COMMAND_WORD + " "
+ PREFIX_CLIENT_INDEX + "1 "
+ PREFIX_DATETIME + "02-01-2024 12:00 "
+ PREFIX_DATETIME + "02-01-2030 12:00 "
+ PREFIX_DESCRIPTION + "sign life plan";


Expand Down

0 comments on commit f961701

Please sign in to comment.