hurl.1: fix typo of -H option, reword a bit - hurl - Gopher/HTTP/HTTPS file grabber
(HTM) git clone git://git.codemadness.org/hurl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 096730d53b83cb9d73d3f552edd6eb5c9708b408
(DIR) parent 99bd976e6b50ef2d2987e71bd095833161a00022
(HTM) 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:
M hurl.1 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) 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