Merge pull request #9268 from ramiro/fix-docs-box-test-example

Added missing CLI switch to base box test example.
This commit is contained in:
Chris Roberts 2017-12-13 15:25:05 -08:00 committed by GitHub
commit b45e650ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
...