From c2d1bb070fdaf30c54f7c0d339e24929e7e1072f Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Wed, 24 Jan 2018 14:24:14 -0700 Subject: Fix typo in 'new' help-text` (#227) (#228) --- cmd/ponzu/new.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/ponzu/new.go b/cmd/ponzu/new.go index 058fdf6..65d39ee 100644 --- a/cmd/ponzu/new.go +++ b/cmd/ponzu/new.go @@ -13,7 +13,7 @@ import ( var newCmd = &cobra.Command{ Use: "new [flags] ", Short: "creates a project directory of the name supplied as a parameter", - Long: `Creates aproject directory of the name supplied as a parameter + Long: `Creates a project directory of the name supplied as a parameter immediately following the 'new' option in the $GOPATH/src directory. Note: 'new' depends on the program 'git' and possibly a network connection. If there is no local repository to clone from at the local machine's $GOPATH, -- cgit v1.2.3