Remove `vagrant down` (was deprecated in 0.3.0 to 0.3.2)

This commit is contained in:
Mitchell Hashimoto 2010-04-25 00:34:58 -07:00
parent f2d838f84a
commit 753ed4c574
2 changed files with 0 additions and 19 deletions

View File

@ -1,16 +0,0 @@
module Vagrant
class Commands
# `vagrant down` is now `vagrant destroy`
class Down < Base
Base.subcommand "down", self
def execute(args=[])
error_and_exit(:command_deprecation_down)
end
def options_spec(opts)
opts.banner = "Usage: vagrant down"
end
end
end
end

View File

@ -45,9 +45,6 @@
vagrant box add name uri
vagrant box remove name
vagrant box list
:command_deprecation_down: |-
`vagrant down` is now `vagrant destroy`. Please use that command instead. This
warning will be removed in future versions.
:dotfile_error: |-
The dotfile which Vagrant uses to store the UUID of the project's
virtual machine already exists and is not a file! The dotfile is