File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ var configRepositoryCmd = &cobra.Command{
5656 Display the list of providers and their repository configurations.
5757
5858 clusterctl ships with a list of known providers; if necessary, edit
59- $HOME/.cluster-api/clusterctl.yaml file to add new provider or to customize existing ones.` ),
59+ $HOME/.cluster-api/clusterctl.yaml file to add a new provider or to customize existing ones.` ),
6060
6161 Example : Examples (`
6262 # Displays the list of available providers.
Original file line number Diff line number Diff line change 4646var RootCmd = & cobra.Command {
4747 Use : "clusterctl" ,
4848 SilenceUsage : true ,
49- Short : "clusterctl controls the lifecyle of a Cluster API management cluster" ,
49+ Short : "clusterctl controls the lifecycle of a Cluster API management cluster" ,
5050 Long : LongDesc (`
5151 Get started with Cluster API using clusterctl to create a management cluster,
5252 install providers, and create templates for your workload cluster.` ),
You can’t perform that action at this time.
0 commit comments