Skip to content

Commit 193d1a8

Browse files
TooTallNatesaghul
authored andcommitted
Document qjsc -s flag in help output
The `-s` flag added in #388 was missing in the `-h` help output.
1 parent 07fa1cb commit 193d1a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qjsc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ void help(void)
332332
"-D module_name compile a dynamically loaded module or worker\n"
333333
"-M module_name[,cname] add initialization code for an external C module\n"
334334
"-p prefix set the prefix of the generated C names\n"
335+
"-s strip the source code, specify twice to also strip debug info\n"
335336
"-S n set the maximum stack size to 'n' bytes (default=%d)\n",
336337
JS_GetVersion(),
337338
JS_DEFAULT_STACK_SIZE);

0 commit comments

Comments
 (0)