Skip to content

Commit e08ddac

Browse files
cjihrigtargos
authored andcommitted
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 ea80934 commit e08ddac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node.cc

+1
Original file line numberDiff line numberDiff line change
@@ -3515,6 +3515,7 @@ static void PrintHelp() {
35153515
" (will extend linked-in data)\n"
35163516
#endif
35173517
#endif
3518+
"NODE_NO_WARNINGS set to 1 to silence process warnings\n"
35183519
#ifdef _WIN32
35193520
"NODE_PATH ';'-separated list of directories\n"
35203521
#else

0 commit comments

Comments
 (0)