diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,7 +9,6 @@ package main */ import ( - "go.wit.com/dev/alexflint/arg" "go.wit.com/log" ) @@ -21,12 +20,14 @@ type args struct { } func (args) Version() string { - return "zood " + VERSION + " Built on: " + BUILDTIME + return "zookeeper " + VERSION + " Built on: " + BUILDTIME } +/* func init() { arg.MustParse(&argv) } +*/ func (a args) Description() string { return ` |
