Update scripts/metricsgen/metricsdiff/metricsdiff.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
William Banfield
2022-05-11 09:50:53 -04:00
committed by GitHub
co-authored by M. J. Fromberger
parent 8c5f42949f
commit f834edea56
@@ -17,7 +17,7 @@ import (
func init() {
flag.Usage = func() {
fmt.Fprintf(os.Stderr, `Usage: %[1]s <path> <path>
fmt.Fprintf(os.Stderr, `Usage: %[1]s <path1> <path2>
Generate the diff between the two files of Prometheus metrics.
The input should have the format output by a Prometheus HTTP endpoint.