diff --git a/src/main.cpp b/src/main.cpp index 10cdb40..bcbe4c5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -101,5 +101,7 @@ void help(int argc, char *argv[]) std::cout << " [script] - Runs a script if autom has not command with that name" << std::endl; std::cout << " run [script] - Runs a script" << std::endl; std::cout << " ls - Lists all scripts" << std::endl; + std::cout << " add [script] - Adds a script" << std::endl; + std::cout << " edit [script] - Edits a script" << std::endl; std::cout << " help - Shows this help message" << std::endl; } \ No newline at end of file