clarify instancesflag description

This commit is contained in:
Martin Weinelt 2017-03-30 23:22:58 +02:00
parent 7b1bad216f
commit 5a72d5491b
No known key found for this signature in database
GPG key ID: BD4AA0528F63F17E

View file

@ -20,7 +20,7 @@ import (
var (
address = flag.String("web.listen-address", ":9099", "Address on which to expose metrics and web interface.")
metricsPath = flag.String("web.telemetry-path", "/metrics", "Path under which to expose metrics.")
instances = flag.String("instances", "", "The fastd instances to Update on, comma separated.")
instances = flag.String("instances", "", "Fastd instances to report metrics on, comma separated.")
)
// These are the structs necessary for unmarshalling the data that is being