mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
fix
Signed-off-by: Meenal Trivedi <meenaltrivedi6102@gmail.com>
This commit is contained in:
parent
265d4aab4a
commit
1714594e6f
|
|
@ -25,7 +25,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = flag.Bool("version", false, "Shows the current version and exits immediately.")
|
version = flag.Bool("version", false, "Shows the current version and exits immediately.")
|
||||||
)
|
)
|
||||||
|
|
||||||
// ParseFlags parses the commandline flags and uses them to create a config.
|
// ParseFlags parses the commandline flags and uses them to create a config.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue