diff --git a/command/output.go b/command/output.go index f0fb096dc7..5c5ddc5b8b 100644 --- a/command/output.go +++ b/command/output.go @@ -111,12 +111,12 @@ Usage: terraform output [options] [NAME] Options: -state=path Path to the state file to read. Defaults to - "terraform.tfstate". + "terraform.tfstate". -no-color If specified, output won't contain any color. -module=name If specified, returns the outputs for a - specific module + specific module ` return strings.TrimSpace(helpText)