Skip to content

Commit

Permalink
src: add NODE_NO_WARNINGS to --help output
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cjihrig authored and italoacasas committed Jan 30, 2017
1 parent b7bf43a commit cd94642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3515,6 +3515,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
Expand Down

0 comments on commit cd94642

Please sign in to comment.