From: Trevor Norris Date: Wed, 7 May 2014 21:47:57 +0000 (-0700) Subject: src: add --throw-deprecation entry to --help X-Git-Tag: upstream/0.12.0~221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f10fd1ddba8a58151a58ca46008788b8bc82887f;p=platform%2Fupstream%2Fnodejs.git src: add --throw-deprecation entry to --help --- diff --git a/src/node.cc b/src/node.cc index fff8b30..1a820f7 100644 --- a/src/node.cc +++ b/src/node.cc @@ -2930,6 +2930,8 @@ static void PrintHelp() { " -i, --interactive always enter the REPL even if stdin\n" " does not appear to be a terminal\n" " --no-deprecation silence deprecation warnings\n" + " --throw-deprecation throw an exception anytime a deprecated " + "function is used\n" " --trace-deprecation show stack traces on deprecations\n" " --v8-options print v8 command line options\n" " --max-stack-size=val set max v8 stack size (bytes)\n"