fix formatting of git-annex(1) synopsis
This commit is contained in:
parent
e646051574
commit
6204dcbd7b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ while (<>) {
|
||||||
|
|
||||||
if ($inNAME) {
|
if ($inNAME) {
|
||||||
# make lexgrog happy
|
# make lexgrog happy
|
||||||
s/^git-annex /git-annex-/;
|
s/^git-annex (\w)/git-annex-$1/;
|
||||||
}
|
}
|
||||||
if ($_ eq ".SH NAME\n") {
|
if ($_ eq ".SH NAME\n") {
|
||||||
$inNAME=1;
|
$inNAME=1;
|
||||||
|
|
Loading…
Reference in a new issue