diff --git a/README.md b/README.md index 2aa508c..eadcf96 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Available Commands: remove Remove a Clip template rename Rename a Clip template show Show the raw Clip template file - version Print clip build info + version Print Clip build info Flags: --config string config file (default is $HOME/.clip.yml) diff --git a/cmd/version.go b/cmd/version.go index 5df837b..d9e74f4 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -35,8 +35,8 @@ var ( var versionCmd = &cobra.Command{ Use: "version", - Short: "Print clip build info", - Long: `Print clip build info`, + Short: "Print Clip build info", + Long: `Print Clip build info`, Run: func(cmd *cobra.Command, args []string) { fmt.Printf("clip %s (%s) [built %s]\n", version, commit, builddate) },