Skip to content

Commit

Permalink
src: s/node/io.js/ in iojs --help message
Browse files Browse the repository at this point in the history
Fix up a node reference that was missed in commit daf9562.

PR-URL: #538
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
bnoordhuis committed Jan 22, 2015
1 parent 069c0df commit 7d46247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2874,7 +2874,7 @@ static void PrintHelp() {
" iojs debug script.js [arguments] \n"
"\n"
"Options:\n"
" -v, --version print node's version\n"
" -v, --version print io.js version\n"
" -e, --eval script evaluate script\n"
" -p, --print evaluate script and print result\n"
" -i, --interactive always enter the REPL even if stdin\n"
Expand Down

0 comments on commit 7d46247

Please sign in to comment.