Skip to content

Commit e3d327e

Browse files
authored
Merge pull request kubernetes-sigs#6787 from oscr/fix-clusterctl-help
🌱 Fix spelling in clusterctl command help text
2 parents 89da95f + 5b419e0 commit e3d327e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/clusterctl/cmd/config_repositories.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

cmd/clusterctl/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var (
4646
var 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.`),

0 commit comments

Comments
 (0)