n-api: update cli documentation

Fixes: https://github.com/nodejs/node/issues/20082
PR-URL: https://github.com/nodejs/node/pull/20301
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
Gabriel Schulhof 2018-04-25 13:49:48 -04:00
parent 5a10d14b6e
commit 24c8f0ba8c
2 changed files with 2 additions and 4 deletions

View File

@ -144,8 +144,7 @@ tcp port and communicate using the [Chrome DevTools Protocol][].
added: v7.10.0
-->
Enable loading native modules compiled with the ABI-stable Node.js API (N-API)
(experimental).
This option is a no-op. It is kept for compatibility.
### `--no-deprecation`

View File

@ -122,8 +122,7 @@ V8 Inspector integration allows attaching Chrome DevTools and IDEs to Node.js in
It uses the Chrome DevTools Protocol.
.
.It Fl -napi-modules
Enable loading native modules compiled with the ABI-stable Node.js API (N-API)
(experimental).
This option is a no-op. It is kept for compatibility.
.
.It Fl -no-deprecation
Silence deprecation warnings.