diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-15 10:58:27 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-15 10:58:27 +0200 |
| commit | 8f1891352a2f3296d5edf4ba7688d16ea2053266 (patch) | |
| tree | ee2f7f5d7f1bfb449a86184de8d51a1da7b10b8d /main.go | |
| parent | 7848ecdbcabc728fe11df1943096682f1f89d89b (diff) | |
Tried to force it for go 1.70.2.3
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ func init() { "Open a different Database than specified in Configuration") // CUSTOMIZE USAGE flag.Usage = func() { - fmt.Fprintf(os.Stderr, "Usage of %s Version %s (%s):\n %s [Options] args\n\n Arguments: use 'help' to get the full list \n\n [Options]:\n", os.Args[0],version,compdate,os.Args[0]) + fmt.Fprintf(os.Stderr, "Usage of %s Version %s (%s):\n %s [Options] <Commands>\n\nOptions:\n", os.Args[0],version,compdate,os.Args[0]) flag.PrintDefaults() } |
