Skip to content

Commit

Permalink
Update plugin/storage/es/options.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
  • Loading branch information
NatMarchand and yurishkuro authored Aug 8, 2021
1 parent 78cf434 commit 3252ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/es/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3252ce0

Please sign in to comment.