diff --git a/cmd/clusterctl/cmd/get.go b/cmd/clusterctl/cmd/get.go index f6d43347e0c1..5ab30d856ea6 100644 --- a/cmd/clusterctl/cmd/get.go +++ b/cmd/clusterctl/cmd/get.go @@ -22,8 +22,8 @@ import ( var getCmd = &cobra.Command{ Use: "get", - Short: "Get info from a management or a workload cluster", - Long: `Get info from a management or a workload cluster`, + Short: "Get info from a management or workload cluster", + Long: `Get info from a management or workload cluster`, } func init() {