diff --git a/plugins/commands/cap/command.rb b/plugins/commands/cap/command.rb index bd3908a7a..50803b2b9 100644 --- a/plugins/commands/cap/command.rb +++ b/plugins/commands/cap/command.rb @@ -28,9 +28,9 @@ module VagrantPlugins options[:check] = f end - o.on("-t", "--target=TARGET", "Target guest to run against (if applicable)") do |t| - options[:target] = t - end + # o.on("-t", "--target=TARGET", "Target guest to run against (if applicable)") do |t| + # options[:target] = t + # end end # Parse the options