Skip to content

Commit

Permalink
n-api: update cli documentation
Browse files Browse the repository at this point in the history
Fixes: #20082
PR-URL: #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>
  • Loading branch information
Gabriel Schulhof authored and MylesBorins committed May 4, 2018
1 parent 2de3343 commit 8d24b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
3 changes: 1 addition & 2 deletions doc/node.1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d24b6e

Please sign in to comment.