Merge pull request #200 from sobit/patch-1

fix typo
This commit is contained in:
Eric Paris 2015-11-24 10:32:17 -05:00
commit 1c44ec8d3f

View file

@ -78,7 +78,7 @@ import (
"github.com/spf13/cobra"
)
// {{.cmdName}}Cmd respresents the {{.cmdName}} command
// {{.cmdName}}Cmd represents the {{.cmdName}} command
var {{ .cmdName }}Cmd = &cobra.Command{
Use: "{{ .cmdName }}",
Short: "A brief description of your command",