From 28a0af358ac998f94052199dc62a8140e8a11ac5 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 35db43a178340c..0c69ece87ad366 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3871,6 +3871,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"