From 5f715f5733c2fc844db979806e5ae07843657cf6 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Mon, 16 Oct 2017 15:00:05 -0700 Subject: [PATCH] Fix typo in flag description (#3302) --- cmd/prometheus/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index 44363346b..caabeffb0 100644 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go @@ -107,7 +107,7 @@ func main() { a.Flag("config.file", "Prometheus configuration file path."). Default("prometheus.yml").StringVar(&cfg.configFile) - a.Flag("web.listen-address", "Address to listen on for UI, API, and telemtry."). + a.Flag("web.listen-address", "Address to listen on for UI, API, and telemetry."). Default("0.0.0.0:9090").StringVar(&cfg.web.ListenAddress) a.Flag("web.read-timeout",