curl: added --bearer option to help
authorKyle L. Huff <kyle.huff@curetheitch.com>
Sun, 25 Aug 2013 17:19:46 +0000 (13:19 -0400)
committerSteve Holme <steve_holme@hotmail.com>
Mon, 26 Aug 2013 19:44:05 +0000 (20:44 +0100)
Added the --bearer option to the help output

src/tool_help.c

index c76f147..d89a87e 100644 (file)
@@ -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)",