From 70f574e6ff8f85b0aa68f3f20dc133adadf97728 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 68e85933fa14fd..c19f314c0b44a5 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3778,6 +3778,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 file\n" "OPENSSL_CONF load OpenSSL configuration from file\n" "NODE_REDIRECT_WARNINGS write warnings to path instead of stderr\n"