diff --git a/doc/api/cli.md b/doc/api/cli.md index 0c5744c9b9e298..8bb844196311f1 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2446,7 +2446,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.