diff --git a/website/docs/source/v2/cli/init.html.md b/website/docs/source/v2/cli/init.html.md index 264af04e4..11db1ad06 100644 --- a/website/docs/source/v2/cli/init.html.md +++ b/website/docs/source/v2/cli/init.html.md @@ -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.