Skip to content

Commit 9e768d4

Browse files
author
Achille Roussel
committed
rename 'list of ciphers' to 'list-of-ciphers'
1 parent 8e4b091 commit 9e768d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curl/cert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (c *CipherList) Set(value string) error {
5656

5757
func (c CipherList) Get() interface{} { return ([]string)(c) }
5858
func (c CipherList) String() string { return strings.Join(([]string)(c), ":") }
59-
func (c CipherList) Type() string { return "list of ciphers" }
59+
func (c CipherList) Type() string { return "list-of-ciphers" }
6060

6161
func cipherListOption(name, short string, defval []string, help string) Option {
6262
return Option{Name: name, Help: help, Short: short, Value: NewCipherList(defval)}

0 commit comments

Comments
 (0)