Skip to content

Commit ffe5178

Browse files
authored
Fix heading to resolve rst2man warning
This fixes the following warning: $ rst2man README.rst > git-secrets.1 README.rst:43: (WARNING/2) Title underline too short. \*nix (Linux/macOS) ~~~~~~~~~~~~~~~~~~
1 parent ad82d68 commit ffe5178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Installing git-secrets
4040
by ``git`` when running ``git secrets``.
4141

4242
\*nix (Linux/macOS)
43-
~~~~~~~~~~~~~~~~~
43+
~~~~~~~~~~~~~~~~~~~
4444

4545
You can use the ``install`` target of the provided Makefile to install ``git secrets`` and the man page.
4646
You can customize the install path using the PREFIX and MANPREFIX variables.

0 commit comments

Comments
 (0)