Skip to content

Commit 5c0de57

Browse files
committed
fixing flag value
1 parent c2784b0 commit 5c0de57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/formats/elasticsearch/elasticsearch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var (
2828
)
2929

3030
func init() {
31-
flag.StringVar(&actionEntrySet, "elastic.action", "index", "Use this action to when sending to elastic.")
31+
flag.StringVar(&actionEntrySet, "elastic.action", "index", "Use this action when sending to elastic.")
3232
}
3333

3434
var json = jsoniter.ConfigFastest

0 commit comments

Comments
 (0)