Skip to content

Commit

Permalink
fix capitalization of 'Clip' in docs/help output
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Apr 29, 2019
1 parent 1fb3be0 commit 211df95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
Expand Down

0 comments on commit 211df95

Please sign in to comment.