diff --git a/doc/api/cli.md b/doc/api/cli.md index 260f48093129e2..5900ffd5ccbe4f 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -34,6 +34,11 @@ dashes (`-`) or underscores (`_`). For example, `--pending-deprecation` is equivalent to `--pending_deprecation`. +If an option that takes a single value, for example `--max-http-header-size`, +is passed more than once, then the last passed value will be used. Options +from the command line take precedence over options passed through the +[`NODE_OPTIONS`][] environment variable. + ### `-`