Merge pull request #1467 from mattcollier/patch-1
Fix typo in command line help.
This commit is contained in:
commit
93e123b489
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import (
|
||||||
// Provider holds common configurations of key-value providers.
|
// Provider holds common configurations of key-value providers.
|
||||||
type Provider struct {
|
type Provider struct {
|
||||||
provider.BaseProvider `mapstructure:",squash"`
|
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"`
|
Prefix string `description:"Prefix used for KV store"`
|
||||||
TLS *provider.ClientTLS `description:"Enable TLS support"`
|
TLS *provider.ClientTLS `description:"Enable TLS support"`
|
||||||
StoreType store.Backend
|
StoreType store.Backend
|
||||||
|
|
Loading…
Reference in a new issue