Skip to content

Commit

Permalink
Merge pull request #1467 from mattcollier/patch-1
Browse files Browse the repository at this point in the history
Fix typo in command line help.
  • Loading branch information
timoreimann committed Apr 22, 2017
2 parents 10e22c0 + 8764c43 commit 93e123b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/kv/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
// Provider holds common configurations of key-value providers.
type Provider struct {
provider.BaseProvider `mapstructure:",squash"`
Endpoint string `description:"Comma sepparated server endpoints"`
Endpoint string `description:"Comma separated server endpoints"`
Prefix string `description:"Prefix used for KV store"`
TLS *provider.ClientTLS `description:"Enable TLS support"`
StoreType store.Backend
Expand Down

0 comments on commit 93e123b

Please sign in to comment.