This commit is contained in:
CrazyMax
2019-10-12 18:39:03 +02:00
parent 299d09bea2
commit b47dd53aba

View File

@@ -32,7 +32,7 @@ func main() {
kingpin.Flag("log-caller", "Enable to add file:line of the caller.").Envar("LOG_CALLER").Default("false").BoolVar(&flags.LogCaller) kingpin.Flag("log-caller", "Enable to add file:line of the caller.").Envar("LOG_CALLER").Default("false").BoolVar(&flags.LogCaller)
kingpin.UsageTemplate(kingpin.CompactUsageTemplate).Version(version).Author("CrazyMax") kingpin.UsageTemplate(kingpin.CompactUsageTemplate).Version(version).Author("CrazyMax")
kingpin.CommandLine.Name = "diun" kingpin.CommandLine.Name = "diun"
kingpin.CommandLine.Help = `Docker image update notifier. More info on https://github.com/crazy-max/diun` kingpin.CommandLine.Help = `Docker image update notifier.\nMore info: https://github.com/crazy-max/diun`
kingpin.Parse() kingpin.Parse()
// Load timezone location // Load timezone location