From b70340b0d1a3e054118c88975ec8f0a3a4fb730d Mon Sep 17 00:00:00 2001 From: codybennett Date: Wed, 6 Dec 2017 18:41:35 -0600 Subject: [PATCH] Update box.html.md Grammatical correction to Box Prune documentation Italicize Box Update "Note" --- website/source/docs/cli/box.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/cli/box.html.md b/website/source/docs/cli/box.html.md index 3918e7049..71e08dc0b 100644 --- a/website/source/docs/cli/box.html.md +++ b/website/source/docs/cli/box.html.md @@ -130,7 +130,7 @@ a box. This generally requires an internet connection. **Command: `vagrant box prune`** -This command removes old versions of installed boxes. If the box in currently in use vagrant will ask you if you to confirm. +This command removes old versions of installed boxes. If the box is currently in use vagrant will ask for confirmation. ## Options @@ -187,9 +187,9 @@ This command updates the box for the current Vagrant environment if there are updates available. The command can also update a specific box (outside of an active Vagrant environment), by specifying the `--box` flag. -Note that updating the box will not update an already-running Vagrant +Note that updating the box will not update an already-running Vagrant machine. To reflect the changes in the box, you will have to destroy and -bring back up the Vagrant machine. +bring back up the Vagrant machine. If you just want to check if there are updates available, use the `vagrant box outdated` command.