From ac7c4b83cde5ad688c752bc5c8e39e347a9b1e04 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Wed, 13 Dec 2017 19:44:20 -0300 Subject: [PATCH] Added missing CLI switch to base box test example. --- website/source/docs/boxes/base.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/boxes/base.html.md b/website/source/docs/boxes/base.html.md index 0ef8a98ec..587c6c709 100644 --- a/website/source/docs/boxes/base.html.md +++ b/website/source/docs/boxes/base.html.md @@ -274,7 +274,7 @@ You can upload both public and private boxes to this service. To test the box, pretend you are a new user of Vagrant and give it a shot: ``` -$ vagrant box add my-box /path/to/the/new.box +$ vagrant box add --name my-box /path/to/the/new.box ... $ vagrant init my-box ...