fix name of gitremote-helpers

The git man page has that name.
This commit is contained in:
Joey Hess 2024-05-06 12:07:05 -04:00
parent 7a9633312e
commit 90b389369f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ run (_remotename:address:[]) = forever $
"capabilities" -> putStrLn "connect" >> ready
"connect git-upload-pack" -> go UploadPack
"connect git-receive-pack" -> go ReceivePack
l -> giveup $ "git-remote-helpers protocol error at " ++ show l
l -> giveup $ "gitremote-helpers protocol error at " ++ show l
where
(onionaddress, onionport)
| '/' `elem` address = parseAddressPort $

View file

@ -21,7 +21,7 @@ service, its first line is used as the authtoken.
# SEE ALSO
git-remote-helpers(1)
gitremote-helpers(1)
[[git-annex]](1)