From 5df04bfafd13b641786892de95bd5c1f87059f1d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 12 Oct 2013 23:26:38 +0200 Subject: 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 --- src/tool_getparam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tool_getparam.c b/src/tool_getparam.c index 583a84162..6a405ff41 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -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}, -- cgit v1.2.3