Skip to content

Commit

Permalink
Merge pull request #109 from daxmc99/misspell
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
andyz-dev authored Sep 18, 2019
2 parents 66e86e2 + eff9731 commit 164758d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func main() {
cli.IntFlag{
Name: "wait, t",
Value: 0, // timeout
Usage: "Wait for the cluster to come up before returning until timoout (in seconds). Use --wait 0 to wait forever",
Usage: "Wait for the cluster to come up before returning until timeout (in seconds). Use --wait 0 to wait forever",
},
cli.StringFlag{
Name: "image, i",
Expand Down

0 comments on commit 164758d

Please sign in to comment.