From 24c8f0ba8ce94eaab566a680d51c9d637ceac886 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 PR-URL: https://github.com/nodejs/node/pull/20301 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Vse Mozhet Byt Reviewed-By: Trivikram Kamat --- 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 164e370fff5..5de5f0ff6fa 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 24d8260b876..c3572acee7b 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.