doc: fix node.1 --http-parser sort order
For consistency with the API docs, switch the order of --http-parser and --force-fips in node.1. PR-URL: https://github.com/nodejs/node/pull/25045 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
20770073ba
commit
cc0e1770d9
12
doc/node.1
12
doc/node.1
@ -97,18 +97,18 @@ Enable experimental ES module support in VM module.
|
|||||||
.It Fl -experimental-worker
|
.It Fl -experimental-worker
|
||||||
Enable experimental worker threads using worker_threads module.
|
Enable experimental worker threads using worker_threads module.
|
||||||
.
|
.
|
||||||
.It Fl -http-parser Ns = Ns Ar library
|
|
||||||
Chooses an HTTP parser library. Available values are
|
|
||||||
.Sy llhttp
|
|
||||||
or
|
|
||||||
.Sy legacy .
|
|
||||||
.
|
|
||||||
.It Fl -force-fips
|
.It Fl -force-fips
|
||||||
Force FIPS-compliant crypto on startup
|
Force FIPS-compliant crypto on startup
|
||||||
(Cannot be disabled from script code).
|
(Cannot be disabled from script code).
|
||||||
Same requirements as
|
Same requirements as
|
||||||
.Fl -enable-fips .
|
.Fl -enable-fips .
|
||||||
.
|
.
|
||||||
|
.It Fl -http-parser Ns = Ns Ar library
|
||||||
|
Chooses an HTTP parser library. Available values are
|
||||||
|
.Sy llhttp
|
||||||
|
or
|
||||||
|
.Sy legacy .
|
||||||
|
.
|
||||||
.It Fl -icu-data-dir Ns = Ns Ar file
|
.It Fl -icu-data-dir Ns = Ns Ar file
|
||||||
Specify ICU data load path.
|
Specify ICU data load path.
|
||||||
Overrides
|
Overrides
|
||||||
|
Loading…
x
Reference in New Issue
Block a user