From f3109d483fc14a125cece7e35863bf03a9857e85 Mon Sep 17 00:00:00 2001 From: tomcodes Date: Fri, 27 Feb 2015 21:18:17 +0100 Subject: [PATCH] website/docs: fix typo in cli box repackage --- website/docs/source/v2/cli/box.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/cli/box.html.md b/website/docs/source/v2/cli/box.html.md index 910f07d98..e919fc9ad 100644 --- a/website/docs/source/v2/cli/box.html.md +++ b/website/docs/source/v2/cli/box.html.md @@ -148,7 +148,7 @@ what versions to delete with the `--box-version` flag. This command repackages the given box and puts it in the current directory so you can redistribute it. The name, provider, and version -of the box can retrieved using `vagrant box list`. +of the box can be retrieved using `vagrant box list`. When you add a box, Vagrant unpacks it and stores it internally. The original `*.box` file is not preserved. This command is useful for