diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
