diff --git a/doc/api/cli.md b/doc/api/cli.md index 7242c49351b978..9d4592b7c93f5c 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -546,6 +546,14 @@ added: v6.0.0 Silence all process warnings (including deprecations). +### `--node-memory-debug` + + +Enable extra debug checks for memory leaks in Node.js internals. This is +usually only useful for developers debugging Node.js itself. + ### `--openssl-config=file`