Fix typo in flag description (#3302)

This commit is contained in:
Julius Volz 2017-10-16 15:00:05 -07:00 committed by Brian Brazil
parent b5851a49e5
commit 5f715f5733
1 changed files with 1 additions and 1 deletions

View File

@ -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",