Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.14
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index 27b3365140c..bd3550625a7 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -381,6 +381,10 @@ the secure heap. The default is 0. The value must be a power of two.
.It Fl -secure-heap-min Ns = Ns Ar n
Specify the minimum allocation from the OpenSSL secure heap. The default is 2. The value must be a power of two.
.
+.It Fl -test-only
+Configures the test runner to only execute top level tests that have the `only`
+option set.
+.
.It Fl -throw-deprecation
Throw errors for deprecations.
.