Added missing CLI switch to base box test example.

This commit is contained in:
Ramiro Morales 2017-12-13 19:44:20 -03:00
parent c0f7023e8e
commit ac7c4b83cd
1 changed files with 1 additions and 1 deletions

View File

@ -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
...