plugins/commands/cap/command.rb in vagrant-unbundled-2.2.19.0 vs plugins/commands/cap/command.rb in vagrant-unbundled-2.3.2.0
- old
+ new
@@ -26,10 +26,11 @@
o.on("--check", "Only checks for a capability, does not execute") do |f|
options[:check] = f
end
- o.on("-t", "--target=TARGET", "Target guest to run against (if applicable)") do |t|
+ # TODO: Rename this back to `target` to maintain api
+ o.on("-t", "--target-guest=TARGET", "Target guest to run against (if applicable)") do |t|
options[:target] = t
end
end
# Parse the options