From 288ee753c027d4c35e6cf9c73d6be5f9f2da1658 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Mon, 17 Nov 2014 21:08:56 +0100 Subject: [PATCH] Remove 'SYNOPSIS' from short help text It takes some space and it looks like it applies to the description too. License: MIT Signed-off-by: Christian Couder --- commands/cli/helptext.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands/cli/helptext.go b/commands/cli/helptext.go index 46315870a..9acc3c7d2 100644 --- a/commands/cli/helptext.go +++ b/commands/cli/helptext.go @@ -100,8 +100,6 @@ const shortHelpFormat = `USAGE: {{.Indent}}{{template "usage" .}} {{if .Synopsis}} -SYNOPSIS - {{.Synopsis}} {{end}}{{if .Description}} {{.Description}}