From 5df21e36832480ce1b1234ed5015b97aac3f3e89 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 21 Oct 2014 22:46:47 +0900 Subject: [PATCH] nghttp: Add missing metavar to -H and add example --- src/nghttp.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/nghttp.cc b/src/nghttp.cc index 15e98a43..efb157cf 100644 --- a/src/nghttp.cc +++ b/src/nghttp.cc @@ -1970,7 +1970,9 @@ Options: to lowest, is html itself, css, javascript and images. -s, --stat Print statistics. - -H, --header Add a header to the requests. + -H, --header=
+ Add a header to the requests. Example: + -H':method: PUT' --cert= Use the specified client certificate file. The file must be in PEM format. --key= Use the client private key file. The file must