Skip to content

Commit f0ebb3e

Browse files
committed
doc: fixup added tags in cli.md
PR-URL: #10826 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 753021c commit f0ebb3e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/api/cli.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Track heap object allocations for heap snapshots.
203203

204204
### `--prof-process`
205205
<!-- YAML
206-
added: v6.0.0
206+
added: v5.2.0
207207
-->
208208

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

322322
### `NODE_TTY_UNSAFE_ASYNC=1`
323323
<!-- YAML
324-
added: 6.4.0
324+
added: v6.4.0
325325
-->
326326

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

332332
### `NODE_EXTRA_CA_CERTS=file`
333+
<!-- YAML
334+
added: v7.3.0
335+
-->
333336

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

0 commit comments

Comments
 (0)