From 10f04c90a55ae4907d68b6d9739ce58f346f9e9a Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 14 Aug 2015 12:01:58 +0100 Subject: [PATCH] 'terraform output' helptext spacing fixed --- command/output.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/output.go b/command/output.go index f0fb096dc..5c5ddc5b8 100644 --- a/command/output.go +++ b/command/output.go @@ -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)