mirror of https://github.com/status-im/consul.git
Fix help text for -ca-path
This commit is contained in:
parent
ebef78dc71
commit
b1d98522ee
|
@ -99,8 +99,7 @@ func (c *Command) httpFlagsClient(f *flag.FlagSet) *flag.FlagSet {
|
||||||
"can also be specified via the CONSUL_CACERT environment variable.")
|
"can also be specified via the CONSUL_CACERT environment variable.")
|
||||||
f.Var(&c.caPath, "ca-path",
|
f.Var(&c.caPath, "ca-path",
|
||||||
"Path to a directory of CA certificates to use for TLS when communicating "+
|
"Path to a directory of CA certificates to use for TLS when communicating "+
|
||||||
"with Consul. is enabled. This can also be specified via the CONSUL_CAPATH "+
|
"with Consul. This can also be specified via the CONSUL_CAPATH environment variable.")
|
||||||
"environment variable.")
|
|
||||||
f.Var(&c.certFile, "client-cert",
|
f.Var(&c.certFile, "client-cert",
|
||||||
"Path to a client cert file to use for TLS when `verify_incoming` is enabled. This "+
|
"Path to a client cert file to use for TLS when `verify_incoming` is enabled. This "+
|
||||||
"can also be specified via the CONSUL_CLIENT_CERT environment variable.")
|
"can also be specified via the CONSUL_CLIENT_CERT environment variable.")
|
||||||
|
|
Loading…
Reference in New Issue