From 05a131eb7740e95c7923b698f045bee6e87618ba Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 14 Mar 2019 10:54:10 +0100 Subject: curl.1: mark the argument to --cookie as MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From a discussion in #3676 Suggested-by: Tim Rühsen Closes #3682 --- src/tool_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tool_help.c b/src/tool_help.c index 542998bd0..8a3c25820 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -80,7 +80,7 @@ static const struct helptxt helptext[] = { "Connect to host"}, {"-C, --continue-at ", "Resumed transfer offset"}, - {"-b, --cookie ", + {"-b, --cookie ", "Send cookies from string/file"}, {"-c, --cookie-jar ", "Write cookies to after operation"}, -- cgit v1.2.3