Capitalize go-sendxmpp in version output.

v0.9
Martin Dosch 3 months ago
parent 4c3e5700e7
commit 2e59f85476
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -144,7 +144,7 @@ func main() {
os.Exit(0)
case *flagVersion:
// If requested, show version and quit.
fmt.Println("go-sendxmpp", version)
fmt.Println("Go-sendxmpp", version)
fmt.Println("System:", runtime.GOOS, "/", runtime.GOARCH, "/",
runtime.Version())
fmt.Println("License: BSD-2-clause")

Loading…
Cancel
Save