From e5010e21096dc40b0aed7dfdfddc8f9ac500e29f Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 2 Jun 2016 14:03:17 +0200 Subject: [PATCH] Remove new line after synopsis section As synopsis is only one line long it is overkill License: MIT Signed-off-by: Jakub Sztandera --- commands/cli/helptext.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/cli/helptext.go b/commands/cli/helptext.go index 8ab06a11d417..20ca8185f2fa 100644 --- a/commands/cli/helptext.go +++ b/commands/cli/helptext.go @@ -78,7 +78,6 @@ const longHelpFormat = `USAGE {{.Indent}}{{template "usage" .}} {{if .Synopsis}}SYNOPSIS - {{.Synopsis}} {{end}}{{if .Arguments}}ARGUMENTS