From b0485db5f403aa523fc1651407a73ea5ae1c9dfd Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Fri, 10 Jun 2016 18:06:26 -0500 Subject: [PATCH] website: Remove `-backup` from `plan` docs Refs #7087 --- website/source/docs/commands/plan.html.markdown | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/source/docs/commands/plan.html.markdown b/website/source/docs/commands/plan.html.markdown index ad21e1f30..8100a83f3 100644 --- a/website/source/docs/commands/plan.html.markdown +++ b/website/source/docs/commands/plan.html.markdown @@ -23,9 +23,6 @@ for the configuration and state file to refresh. The command-line flags are all optional. The list of available flags are: -* `-backup=path` - Path to the backup file. Defaults to `-state-out` with - the ".backup" extension. Disabled by setting to "-". - * `-destroy` - If set, generates a plan to destroy all the known resources. * `-detailed-exitcode` - Return a detailed exit code when the command exits.