summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuslan Bekenev <furyinbox@gmail.com>2017-04-30 19:00:28 +0300
committerAnna Henningsen <anna@addaleax.net>2017-05-03 15:23:15 +0200
commit896be833c87a6992cea25ba95d2395313c33e0b2 (patch)
tree5234a2adabc52f4c035af82cdd8a590f9fc7c81e /src
parente488857402d6fc243baaddf8ebceb0a355583b68 (diff)
downloadandroid-node-v8-896be833c87a6992cea25ba95d2395313c33e0b2.tar.gz
android-node-v8-896be833c87a6992cea25ba95d2395313c33e0b2.tar.bz2
android-node-v8-896be833c87a6992cea25ba95d2395313c33e0b2.zip
node: add missing option to --help output
PR-URL: https://github.com/nodejs/node/pull/12763 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/node.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node.cc b/src/node.cc
index 55a5d60ad8..8d816d0be4 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -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"