diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2013-10-13 23:21:12 +0200 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2013-10-13 23:21:12 +0200 | 
| commit | 92cf6141ed0defff4a12fc485697713149d81d87 (patch) | |
| tree | 9a5b66c73c4c5d7127f9ffd041fb18ef1a658261 | |
| parent | cf12d5b62f77cbd6ef34e8a2587aacb035c208f9 (diff) | |
curl: fix --oauth2-bearer in the --help output
After the option rename in 5df04bfafd1
| -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 81f3bcdd7..0a0d7370d 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -47,7 +47,6 @@ 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, POP3, 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)", @@ -142,6 +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)",    " -o, --output FILE   Write output to <file> instead of stdout",    "     --pass PASS     Pass phrase for the private key (SSL/SSH)",    "     --post301       " | 
