summaryrefslogtreecommitdiff
path: root/doc/api/cli.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 9c6195aa4e..a99190c0b4 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -23,7 +23,7 @@ _For more info about `node inspect`, please see the [debugger][] documentation._
## Options
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v10.12.0
pr-url: https://github.com/nodejs/node/pull/23020
description: Underscores instead of dashes are now allowed for
Node.js options as well, in addition to V8 options.
@@ -66,7 +66,7 @@ If this flag is passed, the behavior can still be set to not abort through
### `--completion-bash`
<!-- YAML
-added: REPLACEME
+added: v10.12.0
-->
Print source-able bash completion script for Node.js.