From 4e3d39690079121e173bd0319e1fa61bc95d31a3 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 4 Sep 2015 06:56:26 +0100 Subject: oauth2: Use OAuth 2.0 rather than XOAUTH2 in comments When referring to OAuth 2.0 we should use the official name rather the SASL mechanism name. --- src/tool_getparam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_getparam.c') diff --git a/src/tool_getparam.c b/src/tool_getparam.c index 662c6eea2..c84cc2646 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -495,7 +495,7 @@ ParameterError getparameter(char *flag, /* f or -long-flag */ case 'b': /* egd-file */ GetStr(&config->egd_file, nextarg); break; - case 'B': /* XOAUTH2 Bearer */ + case 'B': /* OAuth 2.0 bearer token */ GetStr(&config->xoauth2_bearer, nextarg); break; case 'c': /* connect-timeout */ -- cgit v1.2.3