summaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorKyle L. Huff <kyle.huff@curetheitch.com>2013-08-25 13:19:46 -0400
committerSteve Holme <steve_holme@hotmail.com>2013-08-26 20:44:05 +0100
commitacf59be7f09a786b8d95ae9f74e0c23e4317e2b6 (patch)
tree174105cbc2207d221c6366c0327f769f64e25a03 /src/tool_help.c
parente7dcc454c67a2fa9069b6393b7591a3d949049b4 (diff)
downloadcurl-acf59be7f09a786b8d95ae9f74e0c23e4317e2b6.tar.gz
curl: added --bearer option to help
Added the --bearer option to the help output
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index c76f147bb..d89a87ee4 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)",