command: Fix inconsistent spacing in "terraform push -help"

Fixes #18775
This commit is contained in:
Oleg Butuzov 2018-09-05 04:47:46 +03:00 committed by Martin Atkins
parent 25a310448f
commit 2ac15fdae4
1 changed files with 1 additions and 1 deletions

View File

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