Skip to content

Commit bde5df2

Browse files
cjihrigBethGriggs
authored andcommitted
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: #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>
1 parent 5931747 commit bde5df2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/node.1

+6-6
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,18 @@ Enable experimental ES module support in VM module.
9797
.It Fl -experimental-worker
9898
Enable experimental worker threads using worker_threads module.
9999
.
100-
.It Fl -http-parser Ns = Ns Ar library
101-
Chooses an HTTP parser library. Available values are
102-
.Sy llhttp
103-
or
104-
.Sy legacy .
105-
.
106100
.It Fl -force-fips
107101
Force FIPS-compliant crypto on startup
108102
(Cannot be disabled from script code).
109103
Same requirements as
110104
.Fl -enable-fips .
111105
.
106+
.It Fl -http-parser Ns = Ns Ar library
107+
Chooses an HTTP parser library. Available values are
108+
.Sy llhttp
109+
or
110+
.Sy legacy .
111+
.
112112
.It Fl -icu-data-dir Ns = Ns Ar file
113113
Specify ICU data load path.
114114
Overrides

0 commit comments

Comments
 (0)