Fix and improve -v flag description

This commit is contained in:
fox.cpp 2020-05-21 21:18:07 +03:00
parent 629c933336
commit 3f576c2bbd
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0

View file

@ -120,7 +120,7 @@ func Run() int {
var (
configPath = flag.String("config", filepath.Join(ConfigDirectory, "maddy.conf"), "path to configuration file")
logTargets = flag.String("log", "stderr", "default logging target(s)")
printVersion = flag.Bool("v", false, "print versio, build metadata and exit")
printVersion = flag.Bool("v", false, "print version and build metadata, then exit")
)
if enableDebugFlags {