Skip to content

Commit

Permalink
Follow lintian and add 'name - description' to Name section
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Feb 3, 2022
1 parent ca0c6a9 commit a66dbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mango.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (m ManPage) Build(w Builder) string {
w.Heading(m.section, m.Root.Name, m.description, time.Now())

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

w.Section("Synopsis")
w.TextBold(m.Root.Name)
Expand Down

0 comments on commit a66dbfe

Please sign in to comment.