diff --git a/cmd/gitops/app/get/clusters/cmd.go b/cmd/gitops/app/get/clusters/cmd.go index 66f45be5df..4faaab24ea 100644 --- a/cmd/gitops/app/get/clusters/cmd.go +++ b/cmd/gitops/app/get/clusters/cmd.go @@ -22,16 +22,16 @@ func GetCommand(opts *config.Options, client *adapters.HTTPClient) *cobra.Comman cmd := &cobra.Command{ Use: "cluster", Aliases: []string{"clusters"}, - Short: "Display one or many CAPI clusters", + Short: "Display one or many clusters", Example: ` -# Get all CAPI clusters +# Get all clusters gitops get clusters -# Get a single CAPI cluster +# Get a single cluster gitops get cluster # Get the Kubeconfig of a cluster -gitops get cluster --kubeconfig`, +gitops get cluster --print-kubeconfig`, SilenceUsage: true, SilenceErrors: true, PreRunE: getClusterCmdPreRunE(&opts.Endpoint),