diff --git a/doc/api/cli.md b/doc/api/cli.md index b6d778f5ac484d..c0fd8f57615dfc 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -208,13 +208,13 @@ added: v2.1.0 Prints a stack trace whenever synchronous I/O is detected after the first turn of the event loop. -### `--force-async-hooks-checks` +### `--no-force-async-hooks-checks` -Enables runtime checks for `async_hooks`. These can also be enabled dynamically -by enabling one of the `async_hooks` hooks. +Disables runtime checks for `async_hooks`. These will still be enabled +dynamically when `async_hooks` is enabled. ### `--trace-events-enabled`