Skip to content

Commit c3478a3

Browse files
committed
CLOUDP-56557: Fix apply command name typo
1 parent aba6bb3 commit c3478a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cli/cloud_manager_clusters_apply.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ func CloudManagerClustersApplyBuilder() *cobra.Command {
8282
fs: afero.NewOsFs(),
8383
}
8484
cmd := &cobra.Command{
85-
Use: "update",
86-
Short: "Update a Cloud Manager cluster.",
85+
Use: "apply",
86+
Short: "Apply a new cluster configuration.",
8787
PreRunE: func(cmd *cobra.Command, args []string) error {
8888
return opts.init()
8989
},

0 commit comments

Comments
 (0)