From 8f1d33b5c9aefed248bf0930ca5c6f98c1be2ec7 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 25 Nov 2013 19:46:53 -0200 Subject: [PATCH] website/docs: Document `--box-info` parameter for `vagrant box list` --- website/docs/source/v2/cli/box.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/source/v2/cli/box.html.md b/website/docs/source/v2/cli/box.html.md index f7b69d6c4..bddb8020a 100644 --- a/website/docs/source/v2/cli/box.html.md +++ b/website/docs/source/v2/cli/box.html.md @@ -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`**