website/docs: update to clarify repackage [GH-4537]

This commit is contained in:
Mitchell Hashimoto 2014-10-22 21:16:23 -07:00
parent 4e9c82f364
commit 83305bcbed
1 changed files with 3 additions and 2 deletions

View File

@ -144,10 +144,11 @@ what versions to delete with the `--box-version` flag.
# Box Repackage
**Command: `vagrant box repackage NAME PROVIDER`**
**Command: `vagrant box repackage NAME PROVIDER VERSION`**
This command repackages the given box and puts it in the current
directory so you can redistribute it.
directory so you can redistribute it. The name, provider, and version
of the box can 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