Skip to content

Commit

Permalink
update manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Aug 16, 2019
1 parent 8aadf78 commit b1d960b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ testtimer:
nosetests gitfame --with-timer -d -v

gitfame/git-fame.1: .meta/.git-fame.1.md gitfame/_gitfame.py
python -m gitfame --help | tail -n+9 | head -n-2 |\
python -m gitfame --help | tail -n+11 | head -n-2 |\
sed -r -e 's/\\/\\\\/g' \
-e 's/^ (--\S+) (\S+)\s*(.*)$$/\n\\\1=*\2*\n: \3/' \
-e 's/^ (-\S+, )(-\S+)\s*/\n\\\1\\\2\n: /' |\
Expand Down
7 changes: 6 additions & 1 deletion gitfame/git-fame.1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git\ fame\ \-\-incl\ \[aq]\\.[cht][puh]{0,2}$\[aq]\ \-twMC
.SH OPTIONS
.TP
.B <gitdir>
[default: ./] optional arguments:
[default: ./]
.RS
.RE
.TP
Expand Down Expand Up @@ -124,6 +124,11 @@ show program\[aq]s version number and exit
data [default: False].
.RE
.TP
.B \-e, \-\-show\-email
Show author email instead of name [default: False].
.RS
.RE
.TP
.B \-M, \-M
Detect intra\-file line moves and copies [default: False].
.RS
Expand Down

0 comments on commit b1d960b

Please sign in to comment.