diff --git a/commands/cli/helptext.go b/commands/cli/helptext.go index 866f45590..cceb3f90f 100644 --- a/commands/cli/helptext.go +++ b/commands/cli/helptext.go @@ -77,7 +77,11 @@ const usageFormat = "{{if .Usage}}{{.Usage}}{{else}}{{.Path}}{{if .ArgUsage}} {{ const longHelpFormat = `USAGE {{.Indent}}{{template "usage" .}} -{{if .Arguments}}ARGUMENTS +{{if .Synopsis}}SYNOPSIS + +{{.Synopsis}} + +{{end}}{{if .Arguments}}ARGUMENTS {{.Arguments}}