diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ type args struct { } func (a args) Description() string { - return "autogenpb " + VERSION + " Built on " + BUILDTIME + ` + return "go.wit.com/apps/autogenpb " + VERSION + " Built on " + BUILDTIME + ` Auto Generate protocol buffer Sort() and Marshal() functions @@ -38,5 +38,5 @@ See the git sources for an example .proto file. } func (args) Version() string { - return "autogenpb " + VERSION + " Built on " + BUILDTIME + return "go.wit.com/apps/autogenpb " + VERSION + " Built on " + BUILDTIME } |
