From 1f0e50f2b98f7ac6e4e3a5a59aef5db05b10e6db Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 26 Oct 2013 13:01:33 +0100 Subject: [PATCH] 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). --- src/tool_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tool_help.c b/src/tool_help.c index 0a0d737..66a69ac 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 instead of stdout", " --pass PASS Pass phrase for the private key (SSL/SSH)", " --post301 " -- 2.7.4