From c509973568ac9b48929fcd62c9ebc2c2cb95bb85 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