diff --git a/main.go b/main.go index be10d0d..fce7eab 100644 --- a/main.go +++ b/main.go @@ -140,7 +140,7 @@ func main() { flag.Parse() output.Server = *server - output.Version = fmt.Sprintf("Built on %s from sha1 %s\n", buildTime, sha1ver) + output.Version = fmt.Sprintf("Built %s from %s", buildTime, sha1ver) // Get a copy of the system defined CA's system, err := x509.SystemCertPool()