This commit is contained in:
ValKmjolnir
2021-08-09 01:02:27 +08:00
parent 76a2548e95
commit 65dfef0a33
7 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ void help_cmd()
<<" -c, --code | view bytecode.\n"
<<" -e, --exec | execute script file.\n"
<<" -t, --time | execute and get the running time.\n"
<<" -o, --opcn | count operands while running.\n"
<<" -o, --opcnt | count operands while running.\n"
<<"file:\n"
<<" input file name to execute script file.\n";
return;