node: update description of --print

This commit is contained in:
Ben Noordhuis
2012-10-20 15:03:48 +02:00
parent c11c19b92c
commit cb6d084d35

View File

@@ -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"