diff --git a/website/docs/source/v2/cli/box.html.md b/website/docs/source/v2/cli/box.html.md
index 0ffc4ad95..85a0cb5a5 100644
--- a/website/docs/source/v2/cli/box.html.md
+++ b/website/docs/source/v2/cli/box.html.md
@@ -132,6 +132,9 @@ what versions to delete with the `--box-version` flag.
* `--box-version VALUE` - Version of version constraints of the boxes to
remove. See documentation on this flag for `box add` for more details.
+* `--force` - Forces removing the box even if an active Vagrant
+ environment is using it.
+
* `--provider VALUE` - The provider-specific box to remove with the given
name. This is only required if a box is backed by multiple providers.
If there is only a single provider, Vagrant will default to removing it.
diff --git a/website/docs/source/v2/cli/init.html.md b/website/docs/source/v2/cli/init.html.md
index 25175d4fb..264af04e4 100644
--- a/website/docs/source/v2/cli/init.html.md
+++ b/website/docs/source/v2/cli/init.html.md
@@ -16,3 +16,8 @@ setting in the created Vagrantfile.
If a second argument is given, it will prepopulate the `config.vm.box_url`
setting in the created Vagrantfile.
+
+## Options
+
+* `--force` - If specified, this command will overwite any existing
+ `Vagrantfile`.