We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4b091 commit 9e768d4Copy full SHA for 9e768d4
curl/cert.go
@@ -56,7 +56,7 @@ func (c *CipherList) Set(value string) error {
56
57
func (c CipherList) Get() interface{} { return ([]string)(c) }
58
func (c CipherList) String() string { return strings.Join(([]string)(c), ":") }
59
-func (c CipherList) Type() string { return "list of ciphers" }
+func (c CipherList) Type() string { return "list-of-ciphers" }
60
61
func cipherListOption(name, short string, defval []string, help string) Option {
62
return Option{Name: name, Help: help, Short: short, Value: NewCipherList(defval)}
0 commit comments