Dont define c flag twice

This commit is contained in:
Sascha L. Teichmann 2022-03-01 23:39:01 +01:00
parent e6ea8fe3d1
commit 1155930bc9
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ func main() {
)
flag.StringVar(&cfgFile, "config", "", "configuration file")
flag.StringVar(&cfgFile, "c", "", "configuration file (shorthand)")
flag.BoolVar(&version, "version", false, "Print version and exit.")
cfg.bindFlags()