From cb6d084d356da501bbdcfb6d0ac90180e011a9e2 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 20 Oct 2012 15:03:48 +0200 Subject: [PATCH] node: update description of --print --- src/node.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.cc b/src/node.cc index 854e6533e..f8801d8b2 100644 --- a/src/node.cc +++ b/src/node.cc @@ -2355,7 +2355,7 @@ static void PrintHelp() { "Options:\n" " -v, --version print node's version\n" " -e, --eval script evaluate script\n" - " -p, --print print result of --eval\n" + " -p, --print evaluate script and print result\n" " -i, --interactive always enter the REPL even if stdin\n" " does not appear to be a terminal\n" " --no-deprecation silence deprecation warnings\n"