Skip to content

Commit

Permalink
doc: fixup added tags in cli.md
Browse files Browse the repository at this point in the history
PR-URL: nodejs#10826
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
addaleax authored and italoacasas committed Jan 23, 2017
1 parent a1601cc commit c6e8129
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Track heap object allocations for heap snapshots.

### `--prof-process`
<!-- YAML
added: v6.0.0
added: v5.2.0
-->

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

### `NODE_TTY_UNSAFE_ASYNC=1`
<!-- YAML
added: 6.4.0
added: v6.4.0
-->

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

### `NODE_EXTRA_CA_CERTS=file`
<!-- YAML
added: v7.3.0
-->

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

0 comments on commit c6e8129

Please sign in to comment.