Skip to content

Commit f69e59d

Browse files
committed
src: add NODE_NO_WARNINGS to --help output
This commit adds a description of the NODE_NO_WARNINGS environment variable to the --help output. This was overlooked in 4990212. Refs: #10842 PR-URL: #10918 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent aa0e4f3 commit f69e59d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3536,6 +3536,7 @@ static void PrintHelp() {
35363536
" (will extend linked-in data)\n"
35373537
#endif
35383538
#endif
3539+
"NODE_NO_WARNINGS set to 1 to silence process warnings\n"
35393540
#ifdef _WIN32
35403541
"NODE_PATH ';'-separated list of directories\n"
35413542
#else

0 commit comments

Comments
 (0)