From: Kyle L. Huff Date: Sun, 25 Aug 2013 17:19:46 +0000 (-0400) Subject: curl: added --bearer option to help X-Git-Tag: curl-7_33_0~213 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acf59be7f09a7;p=thirdparty%2Fcurl.git curl: added --bearer option to help Added the --bearer option to the help output --- diff --git a/src/tool_help.c b/src/tool_help.c index c76f147bb6..d89a87ee49 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -47,6 +47,7 @@ static const char *const helptext[] = { " --anyauth Pick \"any\" authentication method (H)", " -a, --append Append to target file when uploading (F/SFTP)", " --basic Use HTTP Basic Authentication (H)", + " --bearer BEARER XOAUTH2 Bearer Token (IMAP and SMTP)", " --cacert FILE CA certificate to verify peer against (SSL)", " --capath DIR CA directory to verify peer against (SSL)", " -E, --cert CERT[:PASSWD] Client certificate file and password (SSL)",