From dbb5f1509e65b661f1b6b690eaa8953af5b4a050 Mon Sep 17 00:00:00 2001 From: genkiroid Date: Sun, 22 Sep 2019 14:15:53 +0900 Subject: [PATCH] Typo --- cmd/cert/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/cert/main.go b/cmd/cert/main.go index b72fea7..bc5f362 100644 --- a/cmd/cert/main.go +++ b/cmd/cert/main.go @@ -31,8 +31,8 @@ func main() { flag.IntVar(&timeout, "timeout", 3, "Timeout seconds.") flag.BoolVar(&showVersion, "v", false, "Show version.") flag.BoolVar(&showVersion, "version", false, "Show version.") - flag.StringVar(&cipherSuite, "c", "", "Specify cipher suite. Refer to https://golang.org/pkg/crypto/tls/#pkg-constants for supported cipher cuites.") - flag.StringVar(&cipherSuite, "cipher", "", "Specify cipher suite. Refer to https://golang.org/pkg/crypto/tls/#pkg-constants for supported cipher cuites.") + flag.StringVar(&cipherSuite, "c", "", "Specify cipher suite. Refer to https://golang.org/pkg/crypto/tls/#pkg-constants for supported cipher suites.") + flag.StringVar(&cipherSuite, "cipher", "", "Specify cipher suite. Refer to https://golang.org/pkg/crypto/tls/#pkg-constants for supported cipher suites.") flag.Parse() if showVersion {