From 2797afdd857888c3cdbd2492938640808719f38c 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 --- docs/cmdline-opts/cookie.d | 2 +- src/tool_help.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cmdline-opts/cookie.d b/docs/cmdline-opts/cookie.d index 3ae697548..1e9906977 100644 --- a/docs/cmdline-opts/cookie.d +++ b/docs/cmdline-opts/cookie.d @@ -1,6 +1,6 @@ Short: b Long: cookie -Arg: +Arg: Protocols: HTTP Help: Send cookies from string/file --- 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.1