Skip to content

Commit baa4311

Browse files
committed
Fix generation of 'whatis' metadata from the manpage
The description of the command was too far from the NAME section in the manpage. This was preventing the whatis and apropos commands from picking this up correctly.
1 parent c11c229 commit baa4311

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
git-secrets
33
===========
44

5-
Prevents you from committing passwords and other sensitive information to a
6-
git repository.
5+
-------------------------------------------------------------------------------------------
6+
Prevents you from committing passwords and other sensitive information to a git repository.
7+
-------------------------------------------------------------------------------------------
78

89
.. contents:: :depth: 2
910

git-secrets.1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.
33
.TH GIT-SECRETS "" "" ""
44
.SH NAME
5-
git-secrets \-
5+
git-secrets \- Prevents you from committing passwords and other sensitive information to a git repository.
66
.
77
.nr rst2man-indent-level 0
88
.
@@ -30,9 +30,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
3030
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
3131
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
3232
..
33-
.sp
34-
Prevents you from committing passwords and other sensitive information to a
35-
git repository.
3633
.SH SYNOPSIS
3734
.INDENT 0.0
3835
.INDENT 3.5

0 commit comments

Comments
 (0)