From 2ac15fdae496b3dee65615a0a4c58612d67529f4 Mon Sep 17 00:00:00 2001 From: Oleg Butuzov Date: Wed, 5 Sep 2018 04:47:46 +0300 Subject: [PATCH] command: Fix inconsistent spacing in "terraform push -help" Fixes #18775 --- command/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/push.go b/command/push.go index a73689d4a..bef89c726 100644 --- a/command/push.go +++ b/command/push.go @@ -400,7 +400,7 @@ Options: -vcs=true If true (default), push will upload only files committed to your VCS, if detected. - -no-color If specified, output won't contain any color. + -no-color If specified, output won't contain any color. ` return strings.TrimSpace(helpText)