Skip to content

Commit

Permalink
Merge pull request #238 from bbigras/patch-1
Browse files Browse the repository at this point in the history
fix typo in exporter.go
  • Loading branch information
carlpett authored Aug 6, 2018
2 parents bad1e7f + 16fecfb commit 832771b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 832771b

Please sign in to comment.