diff --git a/plugins/commands/provision/command.rb b/plugins/commands/provision/command.rb index f05607158..a67084f75 100644 --- a/plugins/commands/provision/command.rb +++ b/plugins/commands/provision/command.rb @@ -18,11 +18,6 @@ module VagrantPlugins "Enable only certain provisioners, by type.") do |list| options[:provision_types] = list.map { |type| type.to_sym } end - - o.on("--[no-]parallel", - "Enable or disable parallelism if provider supports it.") do |parallel| - options[:parallel] = parallel - end end # Parse the options