From 482380e46bf8452e42471960312b019dddaaa107 Mon Sep 17 00:00:00 2001 From: Jessica Brown Date: Mon, 21 Nov 2016 18:13:52 +0100 Subject: [PATCH] Vagrant: Modifying CLI Documentation. --- website/source/docs/cli/up.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/cli/up.html.md b/website/source/docs/cli/up.html.md index d654ab6f9..77eae43e7 100644 --- a/website/source/docs/cli/up.html.md +++ b/website/source/docs/cli/up.html.md @@ -35,7 +35,7 @@ on a day-to-day basis. * `--provider x` - Bring the machine up with the given [provider](/docs/providers/). By default this is "virtualbox". -* `--provision` - Force the provisioners to run. +* `--[no-]provision` - Force the provisioners to run. * `--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