Skip to content

Instantly share code, notes, and snippets.

@zoka
Created February 26, 2010 07:48
Show Gist options
  • Save zoka/315514 to your computer and use it in GitHub Desktop.
Save zoka/315514 to your computer and use it in GitHub Desktop.
diff --git a/src/node.cc b/src/node.cc
index fc17fc0..57c61b0 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment