Merge pull request #1467 from mattcollier/patch-1

Fix typo in command line help.
This commit is contained in:
Timo Reimann 2017-04-22 23:01:03 +02:00 committed by GitHub
commit 93e123b489

View file

@ -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