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 6d4b85f..6161076 100644
--- a/argv.go
+++ b/argv.go
@@ -12,12 +12,12 @@ type args struct {
}
func (args) Version() string {
- return "go-clean " + VERSION + " Built on " + BUILDTIME
+ return "go-mod-clean " + VERSION + " Built on " + BUILDTIME
}
func (a args) Description() string {
return `
-go-clean will try to verify your go.* files are using the newest package versions
+go-mod-clean will try to verify your go.* files are using the newest package versions
* Recreate go.* with 'go mod init' and 'go mod tidy'
* Check that the most recent master branch versions are used