Skip to content

Commit

Permalink
Fix takeattendance error display
Browse files Browse the repository at this point in the history
  • Loading branch information
ldinghan committed Nov 14, 2023
1 parent cc3d8b1 commit cf6d9b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public class TakeAttendanceCommand extends Command {
public static final String MESSAGE_USAGE = COMMAND_WORD + ": Takes the attendance of student(s). "
+ "Parameters: "
+ PREFIX_SESSION + "SESSION_NUMBER "
+ "[" + PREFIX_NAME + "NAME]...\n"
+ PREFIX_NAME + "NAME... "
+ PREFIX_ATTENDANCE_PRESENCE + "ATTENDANCE_PRESENCE\n"
+ "Example: " + COMMAND_WORD + " "
+ PREFIX_SESSION + "3 "
+ PREFIX_NAME + "John Doe "
Expand Down

0 comments on commit cf6d9b0

Please sign in to comment.