forked from Ivasoft/traefik
Fix typo in command line help.
This commit is contained in:
committed by
Timo Reimann
parent
10e22c0b3f
commit
8764c43eaf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user