diff --git a/doc/api/cli.md b/doc/api/cli.md index 8d801c4167482c1..ec4a249d1ffd7fd 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2543,7 +2543,9 @@ NODE_OPTIONS='--require "./a.js"' node --require "./b.js" node --require "./a.js" --require "./b.js" ``` -Node.js options that are allowed are: +Node.js options that are allowed are in the following list. If an option +supports both --XX and --no-XX variants, they are both supported but only +one is included in the list below.