Skip to content

Commit a66dbfe

Browse files
committed
Follow lintian and add 'name - description' to Name section
1 parent ca0c6a9 commit a66dbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mango.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func (m ManPage) Build(w Builder) string {
197197
w.Heading(m.section, m.Root.Name, m.description, time.Now())
198198

199199
w.Section("Name")
200-
w.Text(m.description)
200+
w.Text(m.Root.Name + " - " + m.description)
201201

202202
w.Section("Synopsis")
203203
w.TextBold(m.Root.Name)

0 commit comments

Comments
 (0)