We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f01b34 commit 4cbdac3Copy full SHA for 4cbdac3
src/node.cc
@@ -3620,8 +3620,8 @@ static void PrintHelp() {
3620
" --no-warnings silence all process warnings\n"
3621
" --napi-modules load N-API modules\n"
3622
" --trace-warnings show stack traces on process warnings\n"
3623
- " --redirect-warnings=path\n"
3624
- " write warnings to path instead of\n"
+ " --redirect-warnings=file\n"
+ " write warnings to file instead of\n"
3625
" stderr\n"
3626
" --trace-sync-io show stack trace when use of sync IO\n"
3627
" is detected after the first tick\n"
0 commit comments