summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index 76cef67..b85be17 100644
--- a/argv.go
+++ b/argv.go
@@ -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
}