Browse Source

Edit PrintHelp() text

v0.7.4-release
Zoran Tomicic 15 years ago
committed by Ryan Dahl
parent
commit
b2995829e1
  1. 3
      src/node.cc

3
src/node.cc

@ -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"

Loading…
Cancel
Save