Reword the `vagrant reload` description

This commit is contained in:
Mitchell Hashimoto 2010-04-09 21:41:58 -07:00
parent 60457a306f
commit b70c7386a5
1 changed files with 2 additions and 2 deletions

View File

@ -169,5 +169,5 @@ end
Once enabled, if you are building a VM from scratch, run `vagrant up` and provisioning
will automatically occur. If you already have a running VM and don't want to rebuild
everything from scratch, run `vagrant reload` and provisioning will automatically
occur.
everything from scratch, run `vagrant reload` and it will restart the VM, without completely
destroying the environment first, allowing the import step to be skipped.