Fix typo in command line help.

This commit is contained in:
mattcollier 2017-04-19 18:09:13 -04:00 committed by Timo Reimann
parent 10e22c0b3f
commit 8764c43eaf

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