make state_rm flag description match state_mv

This commit is contained in:
James Bardin
2017-08-09 14:03:06 -04:00
parent 4034f988df
commit 37932c3cd6

View File

@@ -87,9 +87,8 @@ Options:
will write it to the same path as the statefile with
a backup extension.
-state=statefile Path to a Terraform state file to use to look
up Terraform-managed resources. By default it will
use the state "terraform.tfstate" if it exists.
-state=PATH Path to the source state file. Defaults to the configured
backend, or "terraform.tfstate"
`
return strings.TrimSpace(helpText)