diff --git a/bin/vagrant b/bin/vagrant index d3b154e95..ae682e72e 100755 --- a/bin/vagrant +++ b/bin/vagrant @@ -39,7 +39,9 @@ begin env.ui.warn("You're using a development version of Vagrant. Once you begin\n" + "using this release, you will _not_ be able to downgrade back\n" + "to 1.0.x. Note that this only affects your computer. Other users\n" + - "of Vagrantfiles you create can continue to use 1.0.x without issue.", + "of Vagrantfiles you create can continue to use 1.0.x without issue.\n" + + "\n" + + "This message will be removed when this version is officially released.", :prefix => false) result = env.ui.ask("If you're sure you'd like to continue, type 'Y' and then enter: ") exit 0 if result && result.upcase != "Y"