mirror of
https://github.com/lucaspalomodevelop/autom.git
synced 2026-03-12 23:27:21 +00:00
fix help display bug
This commit is contained in:
parent
294ecfcd6e
commit
21986aae0d
@ -114,6 +114,6 @@ void help(int argc, char *argv[])
|
||||
{
|
||||
std::cout << "Usage: autom [command] [options]" << std::endl;
|
||||
std::cout << "Commands:" << std::endl;
|
||||
std::cout << " [script] - Runs a script if autom has not command with that name" << std::endl;
|
||||
std::cout << "\t[script] - Runs a script if autom has not command with that name" << std::endl;
|
||||
std::cout << command.listCommands() << std::endl;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user