From ec43d3c308bbaf10cb75f975c095d9ad6d21f092 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Thu, 2 Nov 2017 10:16:44 -0700 Subject: [PATCH] Update destroy docs with new parallel flag --- website/source/docs/cli/destroy.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/cli/destroy.html.md b/website/source/docs/cli/destroy.html.md index 271d61fae..542977eac 100644 --- a/website/source/docs/cli/destroy.html.md +++ b/website/source/docs/cli/destroy.html.md @@ -25,6 +25,9 @@ directory containing the `shutdown` command. ## Options * `-f` or `--force` - Do not ask for confirmation before destroying. +* `--[no-]parallel` - Destroys multiple machines in parallel if the provider + supports it. Please consult the provider documentation to see if this feature + is supported.
The `destroy` command does not remove a box that may have been installed on