diff --git a/cmd/root.go b/cmd/root.go index 7da2c65..6205c00 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -31,7 +31,7 @@ var workdir string // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ - Use: "mason", + Use: "gomason", Short: "Tool for building Go binaries in a clean GOPATH.", Long: ` Tool for building Go binaries in a clean GOPATH.