summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-09 11:22:37 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-09 11:22:37 -0400
commit1e4c1adeae64baa4eb30fd7e1171620c27e0e17f (patch)
treecd3077585489a980bcbe8a8c01f4df14db9bd46a /Build
parentb8441f1f5a9a7360df3b3e5e28ebdebdec98eb96 (diff)
fix formatting of git-annex(1) synopsis
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/mdwn2man2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/mdwn2man b/Build/mdwn2man
index 87094069f..171218db0 100755
--- a/Build/mdwn2man
+++ b/Build/mdwn2man
@@ -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;