Skip to content

Commit f82803a

Browse files
committed
metrics: fix usage string
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
1 parent 30b8cee commit f82803a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ Please note that --` + MetricsHTTPFlag.Name + ` must be set to start the server.
10181018

10191019
MetricsInfluxDBIntervalFlag = &cli.DurationFlag{
10201020
Name: "metrics.influxdb.interval",
1021-
Usage: "Interval in seconds between metrics reports to InfluxDB",
1021+
Usage: "Interval between metrics reports to InfluxDB (with time unit, e.g. 10s)",
10221022
Value: metrics.DefaultConfig.InfluxDBInterval,
10231023
Category: flags.MetricsCategory,
10241024
}

0 commit comments

Comments
 (0)