doc: fix list format in cli.md

PR-URL: https://github.com/nodejs/node/pull/21467
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Vse Mozhet Byt 2018-06-22 19:23:36 +03:00
parent 383b1b6d3c
commit a40e06233e

View File

@ -513,22 +513,22 @@ that is not allowed in the environment is used, such as `-p` or a script file.
Node options that are allowed are: Node options that are allowed are:
- `--enable-fips` - `--enable-fips`
`--experimental-modules` - `--experimental-modules`
`--experimental-repl-await` - `--experimental-repl-await`
`--experimental-vm-modules` - `--experimental-vm-modules`
`--experimental-worker` - `--experimental-worker`
- `--force-fips` - `--force-fips`
- `--icu-data-dir` - `--icu-data-dir`
- `--inspect` - `--inspect`
- `--inspect-brk` - `--inspect-brk`
- `--inspect-port` - `--inspect-port`
`--loader` - `--loader`
`--napi-modules` - `--napi-modules`
- `--no-deprecation` - `--no-deprecation`
`--no-force-async-hooks-checks` - `--no-force-async-hooks-checks`
- `--no-warnings` - `--no-warnings`
- `--openssl-config` - `--openssl-config`
`--pending-deprecation` - `--pending-deprecation`
- `--redirect-warnings` - `--redirect-warnings`
- `--require`, `-r` - `--require`, `-r`
- `--throw-deprecation` - `--throw-deprecation`