From 16fecfbc67afc48a0c21b1bac26ae931006a0d35 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Sun, 5 Aug 2018 21:39:43 -0400 Subject: [PATCH] fix typo in exporter.go --- exporter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter.go b/exporter.go index 7ab98cd4..35b193f2 100644 --- a/exporter.go +++ b/exporter.go @@ -185,7 +185,7 @@ func main() { ).Default("/metrics").String() enabledCollectors = kingpin.Flag( "collectors.enabled", - "Comma-separated list of collectors to use. Use '[default]' as a placeholder for all the collectors enabled by default."). + "Comma-separated list of collectors to use. Use '[defaults]' as a placeholder for all the collectors enabled by default."). Default(filterAvailableCollectors(defaultCollectors)).String() printCollectors = kingpin.Flag( "collectors.print",