Correct CLI command name.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-05-14 13:50:52 +02:00
parent 27e3b85b30
commit 3cc347f25f
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ static const char zBanner[] = {
*/
static void Help(void) {
puts(zBanner);
puts("ph7 [-h|-r|-d] path/to/aer_file [script args]");
puts("aer [-h|-r|-d] path/to/aer_file [script args]");
puts("\t-d: Dump PH7 Engine byte-code instructions");
puts("\t-r: Report run-time errors");
puts("\t-m: Set memory limit");