From 90683320f56cdfd59e585068f25c406a1f32a034 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Sat, 16 Apr 2022 18:42:34 +0200 Subject: [PATCH] Add better Bearer/Auth info --- lib/plugins/grafana/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/grafana/cli.js b/lib/plugins/grafana/cli.js index 5656ba117..7a7ea26c2 100644 --- a/lib/plugins/grafana/cli.js +++ b/lib/plugins/grafana/cli.js @@ -10,7 +10,7 @@ module.exports = { }, auth: { describe: - 'The Grafana auth/bearer value used when sending annotations to Grafana. See http://docs.grafana.org/http_api/auth/#authentication-api', + 'The Grafana auth/bearer value used when sending annotations to Grafana. If you do not set Bearer/Auth, Bearer is automatically set. See http://docs.grafana.org/http_api/auth/#authentication-api', group: 'Grafana' }, annotationTitle: {