diff --git a/doc/api/cli.md b/doc/api/cli.md index 3f5441b82e7ce8..9c6195aa4e2f9e 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -21,6 +21,18 @@ Execute without arguments to start the [REPL][]. _For more info about `node inspect`, please see the [debugger][] documentation._ ## Options + + +All options, including V8 options, allow words to be separated by both +dashes (`-`) or underscores (`_`). + +For example, `--pending-deprecation` is equivalent to `--pending_deprecation`. ### `-`