diff --git a/cmd/version.go b/cmd/version.go index 32a231de..3a0ec11d 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -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) },