From 5d50cc6e9031e6ab7ab42bf8515651f7617ea2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Corbi=C3=A8re?= Date: Mon, 25 Sep 2017 14:45:43 +0200 Subject: [PATCH] src: add help for NODE_PENDING_DEPRECATION env PR-URL: https://github.com/nodejs/node/pull/15609 Reviewed-By: Colin Ihrig Reviewed-By: Daniel Bevenius Reviewed-By: James M Snell Reviewed-By: Yuta Hiroto Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater --- src/node.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/node.cc b/src/node.cc index 0bd92ca000..e2e4cec7b9 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3899,6 +3899,8 @@ static void PrintHelp() { "NODE_PATH ':'-separated list of directories\n" #endif " prefixed to the module search path\n" + "NODE_PENDING_DEPRECATION set to 1 to emit pending deprecation\n" + " warnings\n" "NODE_REPL_HISTORY path to the persistent REPL history\n" " file\n" "NODE_REDIRECT_WARNINGS write warnings to path instead of\n"