summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-09-12 04:16:07 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-09-12 04:16:07 +0200
commitab1e57948af2e391e50d7aec5eadad7d1c203c35 (patch)
tree2fdc6ab3eb3962e269b1ea1e2feeaeafbccf6a89 /main.go
parent06c06f5f6427f6da22b2476fa208e8c4ce54b7ee (diff)
Interface Cleanup
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 4b2c66f..39b48ef 100644
--- a/main.go
+++ b/main.go
@@ -65,7 +65,7 @@ func init() {
false,
"View and Edit Configuration")
flag.BoolVar(&addcustomer,
- "addcustomer",
+ "add",
false,
"Adds a new Customer")
flag.BoolVar(&allproj,