File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -433,10 +433,10 @@ When set to `1`, process warnings are silenced.
433433added: v8.0.0
434434-->
435435
436- ` options... ` are interpreted as if they had been specified on the command line
437- before the actual command line (so they can be overridden). Node will exit with
438- an error if an option that is not allowed in the environment is used, such as
439- ` -p ` or a script file.
436+ A space-separated list of command line options. ` options... ` are interpreted as
437+ if they had been specified on the command line before the actual command line
438+ (so they can be overridden). Node will exit with an error if an option that is
439+ not allowed in the environment is used, such as ` -p ` or a script file.
440440
441441Node options that are allowed are:
442442- ` --enable-fips `
Original file line number Diff line number Diff line change @@ -278,10 +278,10 @@ When set to \fI1\fR, process warnings are silenced.
278278
279279.TP
280280.BR NODE_OPTIONS =\fI options... \fR
281- \fB options... \fR are interpreted as if they had been specified on the command
282- line before the actual command line (so they can be overridden). Node will exit
283- with an error if an option that is not allowed in the environment is used, such
284- as \fB -p \fR or a script file.
281+ A space-separated list of command line options. \fB options... \fR are interpreted
282+ as if they had been specified on the command line before the actual command line
283+ (so they can be overridden). Node will exit with an error if an option that is
284+ not allowed in the environment is used, such as \fB -p \fR or a script file.
285285
286286.TP
287287.BR NODE_PATH =\fI path \fR [:\fI ... \fR ]
Original file line number Diff line number Diff line change @@ -3713,6 +3713,7 @@ static void PrintHelp() {
37133713 " NODE_NO_WARNINGS set to 1 to silence process warnings\n "
37143714#if !defined(NODE_WITHOUT_NODE_OPTIONS)
37153715 " NODE_OPTIONS set CLI options in the environment\n "
3716+ " via a space-separated list\n "
37163717#endif
37173718#ifdef _WIN32
37183719 " NODE_PATH ';'-separated list of directories\n "
You can’t perform that action at this time.
0 commit comments