Skip to content

Commit 0912b12

Browse files
Update augerctl/command/ctl.go
Co-authored-by: Siyuan Zhang <[email protected]>
1 parent 8d0e8b8 commit 0912b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

augerctl/command/ctl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func NewCtlCommand() *cobra.Command {
4646

4747
cmd.PersistentFlags().BoolVar(&flags.InsecureDiscovery, "insecure-discovery", true, "accept insecure SRV records describing cluster endpoints")
4848
cmd.PersistentFlags().BoolVar(&flags.InsecureSkipVerify, "insecure-skip-tls-verify", false, "skip server certificate verification")
49-
cmd.PersistentFlags().StringVar(&flags.TLS.CertFile, "cert", "", "identify secure client using this TLS certificate file")
49+
cmd.PersistentFlags().StringVar(&flags.TLS.CertFile, "cert", "", "Path to the etcd client TLS cert file.")
5050
cmd.PersistentFlags().StringVar(&flags.TLS.KeyFile, "key", "", "identify secure client using this TLS key file")
5151
cmd.PersistentFlags().StringVar(&flags.TLS.TrustedCAFile, "cacert", "", "verify certificates of TLS-enabled secure servers using this CA bundle")
5252
cmd.PersistentFlags().StringVar(&flags.User, "user", "", "username for authentication")

0 commit comments

Comments
 (0)