diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-10-26 13:01:33 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-10-26 13:01:33 +0100 |
commit | 1f0e50f2b98f7ac6e4e3a5a59aef5db05b10e6db (patch) | |
tree | e8f4cfce7eef7025fbaa0a79a0518713e9a1ef60 | |
parent | 2766262a68688c1dd8143f9c4be84b46c408b70a (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).
-rw-r--r-- | src/tool_help.c | 2 |
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 " |