From: Daniel Stenberg Date: Thu, 14 Mar 2019 09:54:10 +0000 (+0100) Subject: curl.1: mark the argument to --cookie as X-Git-Tag: curl-7_64_1~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05a131eb7740e95c7923b698f045bee6e87618ba;p=thirdparty%2Fcurl.git curl.1: mark the argument to --cookie as From a discussion in #3676 Suggested-by: Tim Rühsen Closes #3682 --- diff --git a/docs/cmdline-opts/cookie.d b/docs/cmdline-opts/cookie.d index 3ae697548d..1e9906977e 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 542998bd03..8a3c258203 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"},