diff --git a/doc/api/cli.md b/doc/api/cli.md index 6e0702498a105b..d7747d50beb451 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -537,6 +537,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`