Skip to content

Commit 4156107

Browse files
Update main.go (#981)
Corrected the description in below lines esExportDataStream = kingpin.Flag("es.data_stream", "Export stats for Data Streams."). Signed-off-by: Sandhya <108527554+Sandhyaranitp@users.noreply.github.com>
1 parent ff87990 commit 4156107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func main() {
8888
"Export stats for shards in the cluster (implies --es.indices).").
8989
Default("false").Bool()
9090
esExportDataStream = kingpin.Flag("es.data_stream",
91-
"Export stas for Data Streams.").
91+
"Export stats for Data Streams.").
9292
Default("false").Bool()
9393
esClusterInfoInterval = kingpin.Flag("es.clusterinfo.interval",
9494
"Cluster info update interval for the cluster label").

0 commit comments

Comments
 (0)