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.
433
433
added: v8.0.0
434
434
-->
435
435
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.
440
440
441
441
Node options that are allowed are:
442
442
- ` --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.
278
278
279
279
.TP
280
280
.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.
285
285
286
286
.TP
287
287
.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() {
3713
3713
" NODE_NO_WARNINGS set to 1 to silence process warnings\n "
3714
3714
#if !defined(NODE_WITHOUT_NODE_OPTIONS)
3715
3715
" NODE_OPTIONS set CLI options in the environment\n "
3716
+ " via a space-separated list\n "
3716
3717
#endif
3717
3718
#ifdef _WIN32
3718
3719
" NODE_PATH ';'-separated list of directories\n "
You can’t perform that action at this time.
0 commit comments