mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:43:32 +03:00
curl: rename --bearer to --oauth2-bearer
The option '--bearer' might be slightly ambiguous in name. It doesn't create any conflict that I am aware of at the moment, however, OAUTH v2 is not the only authentication mechanism which uses "bearer" tokens. Reported-by: Kyle L. Huff URL: http://curl.haxx.se/mail/lib-2013-10/0064.html
This commit is contained in:
parent
d015f4ccac
commit
5df04bfafd
2 changed files with 9 additions and 9 deletions
|
|
@ -77,7 +77,7 @@ static const struct LongShort aliases[]= {
|
|||
{"*6", "dns-ipv6-addr", TRUE},
|
||||
{"*a", "random-file", TRUE},
|
||||
{"*b", "egd-file", TRUE},
|
||||
{"*B", "bearer", TRUE},
|
||||
{"*B", "oauth2-bearer", TRUE},
|
||||
{"*c", "connect-timeout", TRUE},
|
||||
{"*d", "ciphers", TRUE},
|
||||
{"*D", "dns-interface", TRUE},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue