Skip to content

Commit a5757b4

Browse files
authored
Fix typo description of the cluster manager operator flags (#1044)
Signed-off-by: zhujian <[email protected]>
1 parent e11e84f commit a5757b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/hub/operator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func NewHubOperatorCmd() *cobra.Command {
2929
flags.Int32Var(&cmOptions.DeploymentReplicas, "deployment-replicas", 0,
3030
"Number of deployment replicas, operator will automatically determine replicas if not set")
3131
flags.BoolVar(&cmOptions.EnableSyncLabels, "enable-sync-labels", false,
32-
"If set, will sync the labels of Klusterlet CR to all agent resources")
32+
"If set, will sync the labels of ClusterManager CR to all hub resources")
3333
opts.AddFlags(flags)
3434
return cmd
3535
}

0 commit comments

Comments
 (0)