summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-12 18:59:16 -0600
committerJeff Carr <[email protected]>2024-12-12 18:59:16 -0600
commitc3e3dfd20952acfdf58d018cf16b3c2cd8bc2ae3 (patch)
tree96401352bb5589caa846598036de57408d6e4a92 /argv.go
parentc0f80bc42e941fe61e99d042d0e488ac4921d87c (diff)
rename as go-mod-clean
Signed-off-by: Jeff Carr <[email protected]>
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