We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9432bd commit 473727aCopy full SHA for 473727a
pgo/cmd/upgrade.go
@@ -43,7 +43,7 @@ var upgradeCmd = &cobra.Command{
43
Run: func(cmd *cobra.Command, args []string) {
44
log.Debug("upgrade called")
45
if len(args) == 0 && Selector == "" {
46
- fmt.Println(`Error: You must specify the cluster to upgrade or a selector value.`)
+ fmt.Println(`Error: You must specify the cluster to upgrade.`)
47
} else {
48
err := validateCreateUpdate(args)
49
if err != nil {
0 commit comments