mirror of https://github.com/nodejs/node.git
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
parent
069c0dfb1c
commit
7d462479f6
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue