diff --git a/src/cmd/create.go b/src/cmd/create.go index 7fc6d89c1..3a61e77b5 100644 --- a/src/cmd/create.go +++ b/src/cmd/create.go @@ -705,7 +705,7 @@ func pullImage(image, release string) (bool, error) { fmt.Println("Image required to create toolbox container.") } - prompt := fmt.Sprintf("Download %s (500MB)? [y/N]:", imageFull) + prompt := fmt.Sprintf("Download %s (~400MB)? [y/N]:", imageFull) shouldPullImage = askForConfirmation(prompt) }