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
1 changed files with 2 additions and 3 deletions

View File

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