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.13
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index bd3550625a7..f404747dcb8 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -381,6 +381,9 @@ 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
+Starts the Node.js command line test runner.
+.
.It Fl -test-only
Configures the test runner to only execute top level tests that have the `only`
option set.