@@ -67,18 +67,20 @@ const char HELP_MESSAGE[] =
67
67
"\t- Built-in stack-dump\n"
68
68
"\t- Line by Line interpretation\n"
69
69
"\n"
70
- "Usage: lua.exe [FILE_PATH] [-v] [-e] [-s START_PATH] [-p] [-a] [-c] [-Dvar=val] [-Lfilepath.lua] [-b[a,b,c]] [-?] [-n]{parameter1 ...} \n"
70
+ "Usage: luaw.exe [FILE_PATH] [-v] [-e] [-s START_PATH] [-p] [-a] [-c]\n"
71
+ "\t[-Dvar=val] [-Lfilepath.lua] [-b[a,b,c]] [-?] [-n]{parameter1 ...} \n"
71
72
"\n"
72
- "-v \t Prints the Lua version in use\n"
73
- "-e \t Prevents lua core libraries from loading\n"
74
- "-s \t Issues a new root path\n"
75
- "-p \t Has console post exist after script in line by line mode\n"
76
- "-c \t No copyright on init\n"
77
- "-d \t Defines a global variable as value after '='\n"
78
- "-l \t Executes a module before specified script or post-exist\n"
79
- "-b[a,b,c] \t Load parameters arg differently. a=before passed -l's, b=give passed -l's a tuple, c=give passed file a tuple\n"
80
- "-n \t Start of parameter section\n"
81
- "-? \t Displays this help message\n" ;
73
+ "-v \t\t Prints the Lua version in use\n"
74
+ "-e \t\t Prevents lua core libraries from loading\n"
75
+ "-s \t\t Issues a new root path\n"
76
+ "-p \t\t Has console post exist after script in line by line mode\n"
77
+ "-c \t\t No copyright on init\n"
78
+ "-d \t\t Defines a global variable as value after '='\n"
79
+ "-l \t\t Executes a module before specified script or post-exist\n"
80
+ "-b[a,b,c] \t Load parameters arg differently. a=before passed -l's,\n"
81
+ "\t\t\tb=give passed -l's a tuple, c=give passed file a tuple\n"
82
+ "-n \t\t Start of parameter section\n"
83
+ "-? \t\t Displays this help message\n" ;
82
84
83
85
84
86
0 commit comments