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/api/cli.md')
-rw-r--r--doc/api/cli.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 3efb7fa41a8..16fabfacf66 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -245,7 +245,7 @@ used to enable FIPS-compliant crypto if Node.js is built with
### `--use-openssl-ca`, `--use-bundled-ca`
<!-- YAML
-added: REPLACEME
+added: v6.11.0
-->
Use OpenSSL's default CA store or use bundled Mozilla CA store as supplied by
@@ -271,7 +271,7 @@ Specify ICU data load path. (overrides `NODE_ICU_DATA`)
### `--`
<!-- YAML
-added: REPLACEME
+added: v6.11.0
-->
Indicate the end of node options. Pass the rest of the arguments to the script.
@@ -316,7 +316,7 @@ with small-icu support.
### `NODE_NO_WARNINGS=1`
<!-- YAML
-added: REPLACEME
+added: v6.11.0
-->
When set to `1`, process warnings are silenced.
@@ -354,7 +354,7 @@ options property is explicitly specified for a TLS or HTTPS client or server.
### `OPENSSL_CONF=file`
<!-- YAML
-added: REPLACEME
+added: v6.11.0
-->
Load an OpenSSL configuration file on startup. Among other uses, this can be