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))