Skip to content

Commit

Permalink
help should match vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Autin committed Aug 15, 2019
1 parent 41501a9 commit dc006a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

var (
listenPort = flag.String("listen", ":9634", "listen address for prometheus")
listenPort = flag.String("listenPort", ":9634", "listen address for prometheus")
nodeAddr = flag.String("node", "127.0.0.1", "aerospike node")
namespaceSets = flag.String("namespaceSets", "", "namespace:set comma delimited. Ex: 'myns:myset,myns2:myset3,myns3:,myns4:'- set optional, but colon is not")
failOnClusterChange = flag.Bool("failOnClusterChange", false, "should we abort the scan on cluster change?")
Expand Down

0 comments on commit dc006a2

Please sign in to comment.