Skip to content

Commit

Permalink
feat: add better description for targets
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinov committed Dec 5, 2018
1 parent f001a44 commit 2a9b3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagespeed_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func parseFlags() {
flag.StringVar(&googleApiKey, "api-key", getenv("PAGESPEED_API_KEY", ""), "sets the google API key used for pagespeed")
flag.StringVar(&listenerAddress, "listener", getenv("PAGESPEED_LISTENER", ":9271"), "sets the listener address for the exporters")
targetsFlag := flag.String("targets", getenv("PAGESPEED_TARGETS", ""), "comma separated list of targets to measure")
flag.Var(&targets, "t", "Targets on a per-line basis")
flag.Var(&targets, "t", "multiple argument parameters")

flag.Parse()

Expand Down

0 comments on commit 2a9b3cf

Please sign in to comment.