diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ Options: `, tlog.ProgramName, tlog.ProgramName) flagSet.PrintDefaults() + fmt.Print(` -- + Stop option parsing +`) } // loadConfig loads the config file "args.config", prompting the user for the password |