From ba1ab6a891881c8fd3b451b4cd70741381e4151a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=97=AD=E4=B8=9C?= Date: Thu, 25 Jul 2019 15:14:30 +0800 Subject: [PATCH] fix --- cmd/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) },