From e098fbb53152b7d47a8fd98dd5a7b83d4b6b1dfc Mon Sep 17 00:00:00 2001 From: Guilherme Matos Date: Sat, 4 Nov 2023 00:42:27 +0000 Subject: [PATCH] fixing help --- src/Runtime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Runtime.cpp b/src/Runtime.cpp index e2fa924..d181052 100644 --- a/src/Runtime.cpp +++ b/src/Runtime.cpp @@ -352,7 +352,7 @@ void Runtime::process_args(std::vector 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> [ ]\n" + << " student_list: takes 1 or 3 arguments: student_count <'name'|'code'> [ ]\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"