summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-09-15 10:58:27 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-09-15 10:58:27 +0200
commit8f1891352a2f3296d5edf4ba7688d16ea2053266 (patch)
treeee2f7f5d7f1bfb449a86184de8d51a1da7b10b8d /main.go
parent7848ecdbcabc728fe11df1943096682f1f89d89b (diff)
Tried to force it for go 1.70.2.3
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 2974eb5..e0783ee 100644
--- a/main.go
+++ b/main.go
@@ -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()
}