Skip to content

Commit

Permalink
Add (insecure) to help string
Browse files Browse the repository at this point in the history
Signed-off-by: stefan vassilev <stefanvassilev1@gmail.com>
  • Loading branch information
stefanvassilev committed Apr 16, 2019
1 parent a18cff0 commit 8c49b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/es/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func addFlags(flagSet *flag.FlagSet, nsConfig *namespaceConfig) {
flagSet.Bool(
nsConfig.namespace+suffixSkipHostVerify,
nsConfig.TLS.SkipHostVerify,
"Skip server's certificate chain and host name verification")
"(insecure) Skip server's certificate chain and host name verification")
flagSet.String(
nsConfig.namespace+suffixCert,
nsConfig.TLS.CertPath,
Expand Down

0 comments on commit 8c49b3b

Please sign in to comment.