diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-07-23 03:14:45 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-07-23 03:14:45 +0200 |
| commit | 9cd458d7d0a66074fe23e5a634b43ad9e9f4d1ef (patch) | |
| tree | 601763601c99dc1dcdb601d2d6c3ffc490c4fd23 /main.go | |
| parent | 96a2a0b4425cb6b360d0fbba45c47d595c46cb8b (diff) | |
Show All Customers; Sort All Projects By Customer
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() } |
