Skip to content

Commit

Permalink
Merge pull request #315 from HarrisonWAffel/improve-cluster-create-he…
Browse files Browse the repository at this point in the history
…lp-description

Improve clusters create description
  • Loading branch information
HarrisonWAffel authored May 25, 2022
2 parents 8a57b74 + e402eff commit 7f8d652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func ClusterCommand() cli.Command {
{
Name: "create",
Usage: "Creates a new empty cluster",
Description: "Creates a new empty cluster",
Description: "Create a new custom cluster with desired configuration",
ArgsUsage: "[NEWCLUSTERNAME...]",
Action: clusterCreate,
Flags: []cli.Flag{
Expand Down

0 comments on commit 7f8d652

Please sign in to comment.