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 49902124a9d697e441dbf724aa6b26bd98f75dd0.

Refs: https://github.com/nodejs/node/pull/10842
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
cjihrig 2017-01-20 10:37:56 -05:00
parent aa0e4f3843
commit f69e59daae

View File

@ -3536,6 +3536,7 @@ static void PrintHelp() {
" (will extend linked-in data)\n"
#endif
#endif
"NODE_NO_WARNINGS set to 1 to silence process warnings\n"
#ifdef _WIN32
"NODE_PATH ';'-separated list of directories\n"
#else