mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-10 17:00:18 +01:00
Dont define c flag twice
This commit is contained in:
parent
e6ea8fe3d1
commit
1155930bc9
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user