From 5a72d5491b786068bd10617bddde4f5bbad3e8c6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 30 Mar 2017 23:22:58 +0200 Subject: [PATCH] clarify instancesflag description --- fastd-exporter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastd-exporter.go b/fastd-exporter.go index 143e8cc..27cadf5 100644 --- a/fastd-exporter.go +++ b/fastd-exporter.go @@ -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