From b2995829e1acce8379005f81fabea4ff2d3327f2 Mon Sep 17 00:00:00 2001 From: Zoran Tomicic Date: Fri, 26 Feb 2010 00:30:43 -0800 Subject: [PATCH] Edit PrintHelp() text --- src/node.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"