diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-09 11:22:37 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-09 11:22:37 -0400 |
commit | 1e4c1adeae64baa4eb30fd7e1171620c27e0e17f (patch) | |
tree | cd3077585489a980bcbe8a8c01f4df14db9bd46a /Build | |
parent | b8441f1f5a9a7360df3b3e5e28ebdebdec98eb96 (diff) |
fix formatting of git-annex(1) synopsis
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/mdwn2man | 2 |
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; |