Show OS and arch combined as system.

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

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

Loading…
Cancel
Save