From f4201c00483b101d3e87b750da6ef762d6a5cc3a Mon Sep 17 00:00:00 2001 From: Nik Ogura Date: Fri, 2 Nov 2018 13:28:47 -0700 Subject: [PATCH] fixed typo in root command --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.