From 1a0893ddc7af9e8313aa8b407e515804a170043d Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Fri, 10 Jun 2016 18:04:47 -0500 Subject: [PATCH] command/plan: remove -backup from help text The `-backup` flag no longer applies since `terrafom plan` does not write state. Fixes #7087 --- command/plan.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/command/plan.go b/command/plan.go index 7f2347662..ffe83410a 100644 --- a/command/plan.go +++ b/command/plan.go @@ -157,10 +157,6 @@ Usage: terraform plan [options] [dir] Options: - -backup=path Path to backup the existing state file before - modifying. Defaults to the "-state-out" path with - ".backup" extension. Set to "-" to disable backup. - -destroy If set, a plan will be generated to destroy all resources managed by the given configuration and state.