diff --git a/cmd/controller-manager/app/server.go b/cmd/controller-manager/app/server.go index 954a22163..59e50cd86 100644 --- a/cmd/controller-manager/app/server.go +++ b/cmd/controller-manager/app/server.go @@ -116,7 +116,7 @@ func NewControllerManagerCommand() *cobra.Command { versionCmd := &cobra.Command{ Use: "version", - Short: "Print the version of KubeSphere ks-apiserver", + Short: "Print the version of KubeSphere controller-manager", Run: func(cmd *cobra.Command, args []string) { cmd.Println(version.Get()) },