Skip to content

Commit

Permalink
fixed typo in root command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Ogura committed Nov 2, 2018
1 parent 838dcfc commit f4201c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f4201c0

Please sign in to comment.