|
@ -1182,7 +1182,8 @@ static void PrintHelp() { |
|
|
printf("Usage: node [options] script.js [arguments] \n" |
|
|
printf("Usage: node [options] script.js [arguments] \n" |
|
|
" -v, --version print node's version\n" |
|
|
" -v, --version print node's version\n" |
|
|
" --debug[=port] enable remote debugging via given TCP port\n" |
|
|
" --debug[=port] enable remote debugging via given TCP port\n" |
|
|
" --debug-brk[=port] as above, but break in node.js and\n" |
|
|
" without stopping the execution\n" |
|
|
|
|
|
" --debug-brk[=port] as above, but break in script.js and\n" |
|
|
" wait for remote debugger to connect\n" |
|
|
" wait for remote debugger to connect\n" |
|
|
" --cflags print pre-processor and compiler flags\n" |
|
|
" --cflags print pre-processor and compiler flags\n" |
|
|
" --v8-options print v8 command line options\n\n" |
|
|
" --v8-options print v8 command line options\n\n" |
|
|