diff --git a/src/node.cc b/src/node.cc index fb98fcebc2a4a5..12c9d5c7d0e08d 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3612,8 +3612,8 @@ static void PrintHelp() { " --no-warnings silence all process warnings\n" " --napi-modules load N-API modules\n" " --trace-warnings show stack traces on process warnings\n" - " --redirect-warnings=path\n" - " write warnings to path instead of\n" + " --redirect-warnings=file\n" + " write warnings to file instead of\n" " stderr\n" " --trace-sync-io show stack trace when use of sync IO\n" " is detected after the first tick\n"