command: Fix inconsistent spacing in "terraform push -help"
Fixes #18775
This commit is contained in:
parent
25a310448f
commit
2ac15fdae4
|
@ -400,7 +400,7 @@ Options:
|
||||||
-vcs=true If true (default), push will upload only files
|
-vcs=true If true (default), push will upload only files
|
||||||
committed to your VCS, if detected.
|
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)
|
return strings.TrimSpace(helpText)
|
||||||
|
|
Loading…
Reference in New Issue