Skip to content

Commit 7382e8f

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 <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 66e6c2a commit 7382e8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/node.1

+6
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ Force FIPS-compliant crypto on startup
103103
Same requirements as
104104
.Fl -enable-fips .
105105
.
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+
.
106112
.It Fl -icu-data-dir Ns = Ns Ar file
107113
Specify ICU data load path.
108114
Overrides

0 commit comments

Comments
 (0)