nghttp: Add missing metavar to -H and add example
This commit is contained in:
parent
e330520341
commit
5df21e3683
|
@ -1970,7 +1970,9 @@ Options:
|
||||||
to lowest, is html itself, css, javascript and
|
to lowest, is html itself, css, javascript and
|
||||||
images.
|
images.
|
||||||
-s, --stat Print statistics.
|
-s, --stat Print statistics.
|
||||||
-H, --header Add a header to the requests.
|
-H, --header=<HEADER>
|
||||||
|
Add a header to the requests. Example:
|
||||||
|
-H':method: PUT'
|
||||||
--cert=<CERT> Use the specified client certificate file. The
|
--cert=<CERT> Use the specified client certificate file. The
|
||||||
file must be in PEM format.
|
file must be in PEM format.
|
||||||
--key=<KEY> Use the client private key file. The file must
|
--key=<KEY> Use the client private key file. The file must
|
||||||
|
|
Loading…
Reference in New Issue