Skip to content

Commit 8620aad

Browse files
Josh Fergejasnell
Josh Ferge
authored andcommitted
src: added newline in help message
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]>
1 parent 81ddeb9 commit 8620aad

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
@@ -3632,7 +3632,7 @@ static void PrintHelp() {
36323632
" -r, --require module to preload (option can be "
36333633
"repeated)\n"
36343634
" - script read from stdin (default; "
3635-
"interactive mode if a tty)"
3635+
"interactive mode if a tty)\n"
36363636
#if HAVE_INSPECTOR
36373637
" --inspect[=[host:]port] activate inspector on host:port\n"
36383638
" (default: 127.0.0.1:9229)\n"

0 commit comments

Comments
 (0)