Skip to content

Commit 7d46247

Browse files
committed
src: s/node/io.js/ in iojs --help message
Fix up a node reference that was missed in commit daf9562. PR-URL: #538 Reviewed-By: Colin Ihrig <[email protected]>
1 parent 069c0df commit 7d46247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2874,7 +2874,7 @@ static void PrintHelp() {
28742874
" iojs debug script.js [arguments] \n"
28752875
"\n"
28762876
"Options:\n"
2877-
" -v, --version print node's version\n"
2877+
" -v, --version print io.js version\n"
28782878
" -e, --eval script evaluate script\n"
28792879
" -p, --print evaluate script and print result\n"
28802880
" -i, --interactive always enter the REPL even if stdin\n"

0 commit comments

Comments
 (0)