Skip to content

Commit 049258b

Browse files
addaleaxitaloacasas
authored andcommitted
doc: fixup added tags in cli.md
PR-URL: #10826 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 61798d1 commit 049258b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/api/cli.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Track heap object allocations for heap snapshots.
189189

190190
### `--prof-process`
191191
<!-- YAML
192-
added: v6.0.0
192+
added: v5.2.0
193193
-->
194194

195195
Process v8 profiler output generated using the v8 option `--prof`.
@@ -307,7 +307,7 @@ to an empty string (`""` or `" "`) disables persistent REPL history.
307307

308308
### `NODE_TTY_UNSAFE_ASYNC=1`
309309
<!-- YAML
310-
added: 6.4.0
310+
added: v6.4.0
311311
-->
312312

313313
When set to `1`, writes to `stdout` and `stderr` will be non-blocking and
@@ -316,6 +316,9 @@ Setting this will void any guarantee that stdio will not be interleaved or
316316
dropped at program exit. **Use of this mode is not recommended.**
317317

318318
### `NODE_EXTRA_CA_CERTS=file`
319+
<!-- YAML
320+
added: v7.3.0
321+
-->
319322

320323
When set, the well known "root" CAs (like VeriSign) will be extended with the
321324
extra certificates in `file`. The file should consist of one or more trusted

0 commit comments

Comments
 (0)