'terraform output' helptext spacing fixed

This commit is contained in:
Radek Simko 2015-08-14 12:01:58 +01:00
parent 89e5687d1b
commit 10f04c90a5
1 changed files with 2 additions and 2 deletions

View File

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