diff --git a/src/node.cc b/src/node.cc index fc17fc0b44..57c61b0805 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"