This commit is contained in:
Takumi Takahashi
2019-08-29 18:02:24 +09:00
committed by GitHub
parent d02c31d3ee
commit ae74f1efe5

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
}