src: s/node/io.js/ in `iojs --help` message

Fix up a node reference that was missed in commit daf9562d.

PR-URL: https://github.com/iojs/io.js/pull/538
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
pull/538/head
Ben Noordhuis 2015-01-21 13:10:58 +01:00
parent 069c0dfb1c
commit 7d462479f6
1 changed files with 1 additions and 1 deletions

View File

@ -2874,7 +2874,7 @@ static void PrintHelp() {
" iojs debug script.js [arguments] \n" " iojs debug script.js [arguments] \n"
"\n" "\n"
"Options:\n" "Options:\n"
" -v, --version print node's version\n" " -v, --version print io.js version\n"
" -e, --eval script evaluate script\n" " -e, --eval script evaluate script\n"
" -p, --print evaluate script and print result\n" " -p, --print evaluate script and print result\n"
" -i, --interactive always enter the REPL even if stdin\n" " -i, --interactive always enter the REPL even if stdin\n"