From 17b97d7ada365cd3f1a97c49d6d3d775afa2ca3d Mon Sep 17 00:00:00 2001 From: LiHui Date: Tue, 31 May 2022 10:40:52 +0800 Subject: [PATCH] complete the help doc --- cmd/controller-manager/app/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/controller-manager/app/server.go b/cmd/controller-manager/app/server.go index 654a2b154..1d354ac3e 100644 --- a/cmd/controller-manager/app/server.go +++ b/cmd/controller-manager/app/server.go @@ -73,7 +73,7 @@ func NewControllerManagerCommand() *cobra.Command { cmd := &cobra.Command{ Use: "controller-manager", - Long: `KubeSphere controller manager is a daemon that`, + Long: `KubeSphere controller manager is a daemon that embeds the control loops shipped with KubeSphere.`, Run: func(cmd *cobra.Command, args []string) { if errs := s.Validate(allControllers); len(errs) != 0 { klog.Error(utilerrors.NewAggregate(errs))