diff options
author | Steve Manuel <nilslice@gmail.com> | 2018-01-24 14:24:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-24 14:24:14 -0700 |
commit | c2d1bb070fdaf30c54f7c0d339e24929e7e1072f (patch) | |
tree | 8ad8deb849622118f5243525c8e7102d1195a668 | |
parent | 63a60ccf7e3fe494b46d9ab75c15d355b7257404 (diff) |
Fix typo in 'new' help-text` (#227) (#228)
-rw-r--r-- | cmd/ponzu/new.go | 2 |
1 files changed, 1 insertions, 1 deletions
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] <project name>", 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, |