Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #55 from jvdcf/Documentation
Browse files Browse the repository at this point in the history
fixing help
  • Loading branch information
jvdcf authored Nov 4, 2023
2 parents d0f4483 + e098fbb commit 066451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ void Runtime::process_args(std::vector<std::string> args) {
<< " Switches the class of two students.\n\n"
<< " student_count: takes 0 arguments: student_count\n"
<< " Displays the number of students enrolled.\n\n"
<< " student_list: takes 1 or 3 arguments: student_count <'name'|'code> [<first_position> <number_of_students>]\n"
<< " student_list: takes 1 or 3 arguments: student_count <'name'|'code'> [<first_position> <number_of_students>]\n"
<< " Displays the students enrolled with the option (denoted in []) of specifying a beginning and number of students to display.\n\n"
<< " undo: takes 0 arguments: undo\n"
<< " Reverts the last change.\n\n"
Expand Down

0 comments on commit 066451b

Please sign in to comment.