diff --git a/src/node.cc b/src/node.cc index 37bfa96f9eca2d..4aa89b5058110a 100644 --- a/src/node.cc +++ b/src/node.cc @@ -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"