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)