Skip to content

Commit

Permalink
Fix heading to resolve rst2man warning
Browse files Browse the repository at this point in the history
This fixes the following warning:

    $ rst2man README.rst > git-secrets.1 
    README.rst:43: (WARNING/2) Title underline too short.
    
    \*nix (Linux/macOS)
    ~~~~~~~~~~~~~~~~~~
  • Loading branch information
fmarier authored Feb 10, 2019
1 parent ad82d68 commit ffe5178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Installing git-secrets
by ``git`` when running ``git secrets``.

\*nix (Linux/macOS)
~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~

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

0 comments on commit ffe5178

Please sign in to comment.