mirror of
https://github.com/prometheus/prometheus
synced 2025-01-14 02:43:35 +00:00
Fix typo in flag description (#3302)
This commit is contained in:
parent
b5851a49e5
commit
5f715f5733
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user