From 3252ce0fc61565278eeaba687daa9be2ff6c3054 Mon Sep 17 00:00:00 2001 From: Nathanael Marchand Date: Sun, 8 Aug 2021 11:48:33 +0200 Subject: [PATCH] Update plugin/storage/es/options.go Co-authored-by: Yuri Shkuro --- plugin/storage/es/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/storage/es/options.go b/plugin/storage/es/options.go index 336ffe52ef1..d9822951583 100644 --- a/plugin/storage/es/options.go +++ b/plugin/storage/es/options.go @@ -271,7 +271,7 @@ func addFlags(flagSet *flag.FlagSet, nsConfig *namespaceConfig) { flagSet.String( nsConfig.namespace+suffixSendGetBodyAs, nsConfig.SendGetBodyAs, - "The Elasticsearch client SendGetBodyAs parameter ; allows to override GET verb for HTTP requests which contain a body.") + "HTTP verb for requests that contain a body [GET, POST].") if nsConfig.namespace == archiveNamespace { flagSet.Bool(