diff options
-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 " |