fix formatting of git-annex(1) synopsis

This commit is contained in:
Joey Hess 2015-07-09 11:22:37 -04:00
parent e646051574
commit 6204dcbd7b

View file

@ -45,7 +45,7 @@ while (<>) {
if ($inNAME) {
# make lexgrog happy
s/^git-annex /git-annex-/;
s/^git-annex (\w)/git-annex-$1/;
}
if ($_ eq ".SH NAME\n") {
$inNAME=1;