commands/provision: don't advertise parallel [GH-4398]

This commit is contained in:
Mitchell Hashimoto 2014-08-29 08:32:04 -07:00
parent b42e9aef23
commit 77e04e2b77
1 changed files with 0 additions and 5 deletions

View File

@ -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