Merge pull request #52 from takumin/patch-1

fix typo
This commit is contained in:
Star Brilliant
2019-08-30 01:22:44 +08:00
committed by GitHub

View File

@@ -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
}