'terraform output' helptext spacing fixed

pull/3000/head
Radek Simko 11 years ago
parent 89e5687d1b
commit 10f04c90a5

@ -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)

Loading…
Cancel
Save