Skip to content

Commit

Permalink
make golangci-lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
markwort committed Aug 19, 2020
1 parent a0e31fe commit f89d3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vipconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func defineFlags() {

pflag.String("dcs-type", "etcd", "Type of endpoint used for key storage. Supported values: etcd, consul.")
// note: can't put a default value into dcs-endpoints as that would mess with applying default localhost when using consul
pflag.String("dcs-endpoints", "", "DCS endpoint(s), seperate multiple endpoints using commas. (default \"http://127.0.0.1:2379\" or \"http://127.0.0.1:8500\" depending on dcs-type.)")
pflag.String("dcs-endpoints", "", "DCS endpoint(s), separate multiple endpoints using commas. (default \"http://127.0.0.1:2379\" or \"http://127.0.0.1:8500\" depending on dcs-type.)")
pflag.String("etcd-user", "", "Username for etcd DCS endpoints.")
pflag.String("etcd-password", "", "Password for etcd DCS endpoints.")
pflag.String("consul-token", "", "Token for consul DCS endpoints.")
Expand Down

0 comments on commit f89d3cd

Please sign in to comment.