fix reload command in docs

shouldn't it be `reload` instead of `provision` ? :-/
This commit is contained in:
Keviv 2016-12-01 20:43:42 +01:00 committed by GitHub
parent 7a57ecb5cb
commit 36bdde9f3c
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ the provisioners to re-run by specifying the `--provision` flag.
* `--provision-with x,y,z` - This will only run the given provisioners. For
example, if you have a `:shell` and `:chef_solo` provisioner and run
`vagrant provision --provision-with shell`, only the shell provisioner will
`vagrant reload --provision-with shell`, only the shell provisioner will
be run.