Skip to content

Commit

Permalink
Edit PrintHelp() text
Browse files Browse the repository at this point in the history
  • Loading branch information
zoka authored and ry committed Feb 26, 2010
1 parent c219571 commit b299582
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,8 @@ static void PrintHelp() {
printf("Usage: node [options] script.js [arguments] \n"
" -v, --version print node's version\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"
" --cflags print pre-processor and compiler flags\n"
" --v8-options print v8 command line options\n\n"
Expand Down

0 comments on commit b299582

Please sign in to comment.