commit 096730d53b83cb9d73d3f552edd6eb5c9708b408
parent 99bd976e6b50ef2d2987e71bd095833161a00022
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 13 Dec 2019 16:21:44 +0100
hurl.1: fix typo of -H option, reword a bit
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hurl.1 b/hurl.1
@@ -6,7 +6,7 @@
 .Nd HTTP/HTTPS/Gopher file grabber
 .Sh SYNOPSIS
 .Nm
-.Op Fl h ar headers
+.Op Fl H Ar headers
 .Op Fl l
 .Op Fl m Ar filesize
 .Op Fl t Ar timeout
@@ -21,8 +21,8 @@ The options are as follows:
 .Bl -tag -width Ds
 .It Fl H Ar headers
 Add headers to HTTP or HTTPS requests.
-This is the raw data appended to the request.
-This can be multiple lines, but the last line should not end with CR LF.
+This is the raw data appended to the request header.
+This can be multiple lines, all but the last line should not end with CR LF.
 .It Fl l
 Enable legacy ciphers and negotiation for TLS (default off).
 .It Fl m Ar filesize