Disable target option on cap command
This commit is contained in:
parent
61c3134928
commit
b7b7fdb9c6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user