Skip to content

Commit

Permalink
Update convert.go (openyurtio#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
villanel authored and YRXING committed Oct 9, 2021
1 parent 0933225 commit 8e16d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/yurtctl/cmd/convert/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (co *ConvertOptions) Complete(flags *pflag.FlagSet) error {
if cnStr != "" {
co.CloudNodes = strings.Split(cnStr, ",")
} else {
err := fmt.Errorf("The '--cloud nodes' parameter cannot be empty.Please specify the cloud node first, and then execute the yurtctl convert command")
err := fmt.Errorf("The '--cloud-nodes' parameter cannot be empty.Please specify the cloud node first, and then execute the yurtctl convert command")
return err
}

Expand Down

0 comments on commit 8e16d01

Please sign in to comment.