diff --git a/doc/api/cli.md b/doc/api/cli.md index b445f6b0e176f1..89d6fa650a1e5a 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2500,7 +2500,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.