Skip to content

Commit

Permalink
Merge pull request #29354 from srdecny/main
Browse files Browse the repository at this point in the history
Fix CLI help text for output. Reviewed with @apparentlymart and @kmoe.
  • Loading branch information
crw committed May 20, 2022
2 parents 94f68a2 + 35115e9 commit be7f46a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/command/output.go
Expand Up @@ -107,7 +107,8 @@ Usage: terraform [global options] output [options] [NAME]
Options:
-state=path Path to the state file to read. Defaults to
"terraform.tfstate".
"terraform.tfstate". Ignored when remote
state is used.
-no-color If specified, output won't contain any color.
Expand Down

0 comments on commit be7f46a

Please sign in to comment.