Skip to content

Commit

Permalink
update tls-cipher-suites usage string
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoran committed Oct 21, 2021
1 parent f646df3 commit 50c85b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subcommand/injector/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (c *Command) init() {
c.flagSet.StringVar(&c.flagTLSMinVersion, "tls-min-version", defaultTLSMinVersion,
fmt.Sprintf(`Minimum supported version of TLS. Defaults to %s. Accepted values are %s.`, defaultTLSMinVersion, tlsStr))
c.flagSet.StringVar(&c.flagTLSCipherSuites, "tls-cipher-suites", "",
"Comma-separated list of supported cipher suites")
"Comma-separated list of supported cipher suites for TLS 1.0-1.2")

c.help = flags.Usage(help, c.flagSet)
}
Expand Down

0 comments on commit 50c85b8

Please sign in to comment.