From bbf4c98823a20cb7a8af87127c7e7994d8871580 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] Adds help for the NODE_PENDING_DEPRECATION environment variable. --- src/node.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/node.cc b/src/node.cc index 541c5f5eec641f..a618598c31f1b9 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3866,6 +3866,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"