mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 21:27:35 +03:00
Fix and improve -v flag description
This commit is contained in:
parent
629c933336
commit
3f576c2bbd
1 changed files with 1 additions and 1 deletions
2
maddy.go
2
maddy.go
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue