From b70c7386a5b78d41ec346e488eb1b7fa81a68c65 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 9 Apr 2010 21:41:58 -0700 Subject: [PATCH] Reword the `vagrant reload` description --- docs/provisioners/chef_solo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/provisioners/chef_solo.md b/docs/provisioners/chef_solo.md index 96bbefe27..5215ad9e5 100644 --- a/docs/provisioners/chef_solo.md +++ b/docs/provisioners/chef_solo.md @@ -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. \ No newline at end of file +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. \ No newline at end of file