diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-12 04:16:07 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-12 04:16:07 +0200 |
| commit | ab1e57948af2e391e50d7aec5eadad7d1c203c35 (patch) | |
| tree | 2fdc6ab3eb3962e269b1ea1e2feeaeafbccf6a89 /main.go | |
| parent | 06c06f5f6427f6da22b2476fa208e8c4ce54b7ee (diff) | |
Interface Cleanup
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ func init() { false, "View and Edit Configuration") flag.BoolVar(&addcustomer, - "addcustomer", + "add", false, "Adds a new Customer") flag.BoolVar(&allproj, |
