This commit is contained in:
parent
27e3b85b30
commit
3cc347f25f
@ -34,7 +34,7 @@ static const char zBanner[] = {
|
|||||||
*/
|
*/
|
||||||
static void Help(void) {
|
static void Help(void) {
|
||||||
puts(zBanner);
|
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-d: Dump PH7 Engine byte-code instructions");
|
||||||
puts("\t-r: Report run-time errors");
|
puts("\t-r: Report run-time errors");
|
||||||
puts("\t-m: Set memory limit");
|
puts("\t-m: Set memory limit");
|
||||||
|
Loading…
Reference in New Issue
Block a user