mirror of
https://github.com/bellard/quickjs.git
synced 2025-10-01 07:17:41 +03:00
typos
This commit is contained in:
4
qjsc.c
4
qjsc.c
@@ -344,8 +344,8 @@ void help(void)
|
||||
"usage: " PROG_NAME " [options] [files]\n"
|
||||
"\n"
|
||||
"options are:\n"
|
||||
"-c only output bytecode in a C file\n"
|
||||
"-e output main() and bytecode in a C file (default = executable output)\n"
|
||||
"-c only output bytecode to a C file\n"
|
||||
"-e output main() and bytecode to a C file (default = executable output)\n"
|
||||
"-o output set the output filename\n"
|
||||
"-N cname set the C name of the generated data\n"
|
||||
"-m compile as Javascript module (default=autodetect)\n"
|
||||
|
Reference in New Issue
Block a user