Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Jul 25, 2019
1 parent 5780ca0 commit ba1ab6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ func (v version) Print(w io.Writer) {
func Version(w io.Writer) *cobra.Command {
return &cobra.Command{
Use: "version",
Short: "Prints the huamal version",
Example: "hamal version",
Short: "Prints the kubecm version",
Example: "kubecm version",
Run: func(cmd *cobra.Command, args []string) {
getVersion().Print(w)
},
Expand Down

0 comments on commit ba1ab6a

Please sign in to comment.