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.