From ae67b2999e617e909e28b58b8f6661299466527f Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Wed, 25 Apr 2018 13:49:48 -0400 Subject: [PATCH] n-api: update cli documentation Fixes: https://github.com/nodejs/node/issues/20082 --- doc/api/cli.md | 3 +-- doc/node.1 | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 164e370fff5e15..5de5f0ff6fafd1 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -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` diff --git a/doc/node.1 b/doc/node.1 index 24d8260b8765ac..c3572acee7bf6b 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -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.