summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-07-23 03:14:45 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-07-23 03:14:45 +0200
commit9cd458d7d0a66074fe23e5a634b43ad9e9f4d1ef (patch)
tree601763601c99dc1dcdb601d2d6c3ffc490c4fd23 /main.go
parent96a2a0b4425cb6b360d0fbba45c47d595c46cb8b (diff)
Show All Customers; Sort All Projects By Customer
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 a674f5a..d17972c 100644
--- a/main.go
+++ b/main.go
@@ -83,7 +83,7 @@ func init() {
// CUSTOMIZE USAGE
flag.Usage = func() {
- fmt.Fprintf(os.Stderr, "Usage of %s: [Options] [Database]\n Version 0.1.3\n\n [Database] - must have .db fileextension, only one allowed\n\n [Options]:\n", os.Args[0])
+ fmt.Fprintf(os.Stderr, "Usage of %s Version 0.1.4:\n %s [Options] [Database]\n\n [Database] - must have .db fileextension, only one allowed\n\n [Options]:\n", os.Args[0],os.Args[0])
flag.PrintDefaults()
}