Fix help text for -ca-path

This commit is contained in:
Kyle Havlovitz 2017-04-14 14:44:45 -07:00
parent 8119cea849
commit 095b441ed4
No known key found for this signature in database
GPG Key ID: 8A5E6B173056AD6C
1 changed files with 1 additions and 2 deletions

View File

@ -99,8 +99,7 @@ func (c *Command) httpFlagsClient(f *flag.FlagSet) *flag.FlagSet {
"can also be specified via the CONSUL_CACERT environment variable.")
f.Var(&c.caPath, "ca-path",
"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 "+
"environment variable.")
"with Consul. This can also be specified via the CONSUL_CAPATH environment variable.")
f.Var(&c.certFile, "client-cert",
"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.")