diff --git a/doc/api/cli.md b/doc/api/cli.md index e5a6cfe665bb30..7f27b2ff3828bf 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -980,20 +980,6 @@ unknown keys or keys that cannot be used in a namespace. Node.js will not sanitize or perform validation on the user-provided configuration, so **NEVER** use untrusted configuration files. -### `--experimental-default-config-file` - - - -> Stability: 1.0 - Early development - -If the `--experimental-default-config-file` flag is present, Node.js will look for a -`node.config.json` file in the current working directory and load it as a -as configuration file. - ### `--experimental-eventsource` + +> Stability: 1.0 - Early development + +Unless `--no-experimental-default-config-file` flag is present, Node.js will look for a +`node.config.json` file in the current working directory and load it as a +as configuration file. + ### `--no-experimental-detect-module`