command/plan: remove -backup from help text

The `-backup` flag no longer applies since `terrafom plan` does not
write state.

Fixes #7087
This commit is contained in:
Paul Hinze 2016-06-10 18:04:47 -05:00
parent 4d0db07183
commit 1a0893ddc7
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
1 changed files with 0 additions and 4 deletions

View File

@ -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.