From 37932c3cd61f5356ad00311b9a195b9f87ef7e8e Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 9 Aug 2017 14:03:06 -0400 Subject: [PATCH] make state_rm flag description match state_mv --- command/state_rm.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/command/state_rm.go b/command/state_rm.go index a2ffdf1b8..e106afb81 100644 --- a/command/state_rm.go +++ b/command/state_rm.go @@ -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)