website: update docs for --install-provider flag

This commit is contained in:
Mitchell Hashimoto 2015-11-05 13:59:08 -08:00
parent baea923e9c
commit c017340f69
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ on a day-to-day basis.
unexpected error occurs. This will only happen on the first `vagrant up`.
By default this is set.
* `--[no-]install-provider` - If the requested provider is not installed,
Vagrant will attempt to automatically install it if it can. By default this
is enabled.
* `--[no-]parallel` - Bring multiple machines up in parallel if the provider
supports it. Please consult the provider documentation to see if this feature
is supported.