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:
parent
4d0db07183
commit
1a0893ddc7
|
@ -157,10 +157,6 @@ Usage: terraform plan [options] [dir]
|
||||||
|
|
||||||
Options:
|
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
|
-destroy If set, a plan will be generated to destroy all resources
|
||||||
managed by the given configuration and state.
|
managed by the given configuration and state.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue