'terraform output' helptext spacing fixed
This commit is contained in:
parent
89e5687d1b
commit
10f04c90a5
|
@ -111,12 +111,12 @@ Usage: terraform output [options] [NAME]
|
||||||
Options:
|
Options:
|
||||||
|
|
||||||
-state=path Path to the state file to read. Defaults to
|
-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.
|
-no-color If specified, output won't contain any color.
|
||||||
|
|
||||||
-module=name If specified, returns the outputs for a
|
-module=name If specified, returns the outputs for a
|
||||||
specific module
|
specific module
|
||||||
|
|
||||||
`
|
`
|
||||||
return strings.TrimSpace(helpText)
|
return strings.TrimSpace(helpText)
|
||||||
|
|
Loading…
Reference in New Issue