Skip to content

Commit

Permalink
Document qjsc -s flag in help output
Browse files Browse the repository at this point in the history
The `-s` flag added in quickjs-ng#388 was missing in the `-h` help output.
  • Loading branch information
TooTallNate committed Jul 3, 2024
1 parent 07fa1cb commit f3dff78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qjsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ void help(void)
"-D module_name compile a dynamically loaded module or worker\n"
"-M module_name[,cname] add initialization code for an external C module\n"
"-p prefix set the prefix of the generated C names\n"
"-s strip the source code, specify twice to also strip debug info\n"
"-S n set the maximum stack size to 'n' bytes (default=%d)\n",
JS_GetVersion(),
JS_DEFAULT_STACK_SIZE);
Expand Down

0 comments on commit f3dff78

Please sign in to comment.