mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
bridgev2/mxmain: fix --version flag output
This commit is contained in:
parent
5d69963ab5
commit
9fc5d98774
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ func (br *BridgeMain) PreInit() {
|
|||
flag.PrintHelp()
|
||||
os.Exit(0)
|
||||
} else if *version {
|
||||
fmt.Println(br.ver.FormattedVersion)
|
||||
fmt.Println(br.ver.VersionDescription)
|
||||
os.Exit(0)
|
||||
} else if *versionJSON {
|
||||
output := VersionJSONOutput{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue