From ae74f1efe529df4243357e4864613dd09f86bc5d Mon Sep 17 00:00:00 2001 From: Takumi Takahashi Date: Thu, 29 Aug 2019 18:02:24 +0900 Subject: [PATCH] fix typo --- doh-client/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doh-client/main.go b/doh-client/main.go index cb53677..43dace2 100644 --- a/doh-client/main.go +++ b/doh-client/main.go @@ -89,7 +89,7 @@ func main() { flag.Parse() if *showVersion { - fmt.Printf("doh-server %s\nHomepage: https://github.com/m13253/dns-over-https\n", VERSION) + fmt.Printf("doh-client %s\nHomepage: https://github.com/m13253/dns-over-https\n", VERSION) return }