From eff97313da42ae151e731bbfec85995fc4f89873 Mon Sep 17 00:00:00 2001 From: Dax McDonald Date: Tue, 17 Sep 2019 17:10:39 -0700 Subject: [PATCH] Fix typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 57518db8d..fb5dfaf1d 100644 --- a/main.go +++ b/main.go @@ -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",