Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Sep 5, 2023
1 parent 5f2c464 commit 52a661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/cluster_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

func (r *runners) InitClusterUpgrade(parent *cobra.Command) *cobra.Command {
cmd := &cobra.Command{
Use: "Upgrade [cluster id]",
Use: "upgrade [cluster id]",
Short: "Upgrade a test clusters",
Long: `Upgrade a test clusters`,
Args: cobra.ExactArgs(1),
Expand Down

0 comments on commit 52a661f

Please sign in to comment.