Skip to content

Commit

Permalink
src: added newline in help message
Browse files Browse the repository at this point in the history
PR-URL: #13315
Reviewed-By: Jeremiah Senkpiel <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
Josh Ferge authored and jasnell committed Jun 5, 2017
1 parent 81ddeb9 commit 8620aad
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 @@ -3632,7 +3632,7 @@ static void PrintHelp() {
" -r, --require module to preload (option can be "
"repeated)\n"
" - script read from stdin (default; "
"interactive mode if a tty)"
"interactive mode if a tty)\n"
#if HAVE_INSPECTOR
" --inspect[=[host:]port] activate inspector on host:port\n"
" (default: 127.0.0.1:9229)\n"
Expand Down

0 comments on commit 8620aad

Please sign in to comment.