website/docs: Document `--box-info` parameter for `vagrant box list`

This commit is contained in:
Fabio Rehm 2013-11-25 19:46:53 -02:00
parent 57d4775140
commit 8f1d33b5c9
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ after the initial download.
This command lists all the boxes that are installed into Vagrant.
## Options
* `--box-info` - If given, Vagrant will display the URL from where the box
has been downloaded and the date it was added
# Box Remove
**Command: `vagrant box remove NAME PROVIDER`**