From c1d5c8f33cb544f09d4834344fcc032a80739376 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 23 Jan 2014 21:46:21 -0800 Subject: [PATCH] commands/box: remove has --box-version flag --- plugins/commands/box/command/remove.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands/box/command/remove.rb b/plugins/commands/box/command/remove.rb index 95fc5aabe..0bc8dcf52 100644 --- a/plugins/commands/box/command/remove.rb +++ b/plugins/commands/box/command/remove.rb @@ -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