From 5128eacaa2ef84e391188033353083b664035b2b Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 23 Dec 2019 23:19:26 -0500 Subject: [PATCH] doc: add --force-context-aware man page entry This commit adds the --force-context-aware CLI flag to the man page. PR-URL: https://github.com/nodejs/node/pull/31077 Reviewed-By: Gireesh Punathil Reviewed-By: Beth Griggs Reviewed-By: Anto Aravinth Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/node.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/node.1 b/doc/node.1 index 99359acc2c07a4..2c9d0fd4a816cc 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -150,6 +150,9 @@ Enable experimental WebAssembly System Interface support. .It Fl -experimental-wasm-modules Enable experimental WebAssembly module support. . +.It Fl -force-context-aware +Disable loading native addons that are not context-aware. +. .It Fl -force-fips Force FIPS-compliant crypto on startup (Cannot be disabled from script code).