Skip to content

Commit

Permalink
node: add missing option to --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
krydos committed Apr 30, 2017
1 parent aa3eab0 commit 43545c3
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 @@ -3623,6 +3623,7 @@ static void PrintHelp() {
" --no-deprecation silence deprecation warnings\n"
" --trace-deprecation show stack traces on deprecations\n"
" --throw-deprecation throw an exception on deprecations\n"
" --pending-deprecation emit pending deprecation warnings\n"
" --no-warnings silence all process warnings\n"
" --napi-modules load N-API modules\n"
" --trace-warnings show stack traces on process warnings\n"
Expand Down

0 comments on commit 43545c3

Please sign in to comment.