summaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index e4d46b792e..3dff0a7829 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -116,6 +116,10 @@ Print stack traces for deprecations.
Throw errors for deprecations.
.TP
+.BR \-\-pending\-deprecation
+Emit pending deprecation warnings.
+
+.TP
.BR \-\-no\-warnings
Silence all process warnings (including deprecations).
@@ -260,6 +264,10 @@ When set to \fI1\fR, process warnings are silenced.
\':\'\-separated list of directories prefixed to the module search path.
.TP
+.BR NODE_PENDING_DEPRECATION = \fI1\fR
+When set to \fI1\fR, emit pending deprecation warnings.
+
+.TP
.BR NODE_REPL_HISTORY =\fIfile\fR
Path to the file used to store the persistent REPL history. The default path
is \fB~/.node_repl_history\fR, which is overridden by this variable. Setting the