mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 08:58:34 -04:00
Fix CLI help text for output
This commit is contained in:
parent
1206298487
commit
35115e9685
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue