commands/box: remove has --box-version flag
This commit is contained in:
parent
c7fc9d1d46
commit
c1d5c8f33c
|
@ -15,7 +15,7 @@ module VagrantPlugins
|
||||||
options[:provider] = p
|
options[:provider] = p
|
||||||
end
|
end
|
||||||
|
|
||||||
o.on("--version VALUE", String,
|
o.on("--box-version VALUE", String,
|
||||||
"The specific version of the box to remove.") do |v|
|
"The specific version of the box to remove.") do |v|
|
||||||
options[:version] = v
|
options[:version] = v
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue