Make system output look less bloated.

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

@ -145,8 +145,8 @@ func main() {
case *flagVersion:
// If requested, show version and quit.
fmt.Println("Go-sendxmpp", version)
fmt.Println("System:", runtime.GOOS, "/", runtime.GOARCH, "/",
runtime.Version())
system := runtime.GOOS + "/" + runtime.GOARCH
fmt.Println("System:", system, runtime.Version())
fmt.Println("License: BSD-2-clause")
os.Exit(0)
// Quit if Ox (OpenPGP for XMPP) is requested for unsupported operations like

Loading…
Cancel
Save