website/docs: update init command

This commit is contained in:
Mitchell Hashimoto 2014-05-04 17:38:25 -07:00
parent e3ec1027f1
commit 35b33ad581
1 changed files with 7 additions and 0 deletions

View File

@ -21,3 +21,10 @@ setting in the created Vagrantfile.
* `--force` - If specified, this command will overwite any existing
`Vagrantfile`.
* `--minimal` - If specified, a minimal Vagrantfile will be created. This
Vagrantfile does not contain the instructional comments that the normal
Vagrantfile contains.
* `--output FILE` - This will output the Vagrantfile to the given file.
If this is "-", the Vagrantfile will be sent to stdout.