commands/box: remove has --box-version flag

This commit is contained in:
Mitchell Hashimoto 2014-01-23 21:46:21 -08:00
parent c7fc9d1d46
commit c1d5c8f33c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ module VagrantPlugins
options[:provider] = p
end
o.on("--version VALUE", String,
o.on("--box-version VALUE", String,
"The specific version of the box to remove.") do |v|
options[:version] = v
end