aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-10-26 13:01:33 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-10-26 13:01:33 +0100
commit1f0e50f2b98f7ac6e4e3a5a59aef5db05b10e6db (patch)
treee8f4cfce7eef7025fbaa0a79a0518713e9a1ef60 /src
parent2766262a68688c1dd8143f9c4be84b46c408b70a (diff)
tool_help: Added clarity to the --oauth2-bearer option
...as XOAUTH2 is the extended (or non-standard) SASL identifier and OAuth 2 is the protocol name (and version).
Diffstat (limited to 'src')
-rw-r--r--src/tool_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 0a0d7370d..66a69ac73 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -141,7 +141,7 @@ static const char *const helptext[] = {
" --no-sessionid Disable SSL session-ID reusing (SSL)",
" --noproxy List of hosts which do not use proxy",
" --ntlm Use HTTP NTLM authentication (H)",
- " --oauth2-bearer BEARER XOAUTH2 Bearer Token (IMAP, POP3, SMTP)",
+ " --oauth2-bearer TOKEN OAuth 2 Bearer Token (IMAP, POP3, SMTP)",
" -o, --output FILE Write output to <file> instead of stdout",
" --pass PASS Pass phrase for the private key (SSL/SSH)",
" --post301 "