From 90b389369ffdd72686b6615204477793c111e29c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 6 May 2024 12:07:05 -0400 Subject: [PATCH] fix name of gitremote-helpers The git man page has that name. --- CmdLine/GitRemoteTorAnnex.hs | 2 +- doc/git-remote-tor-annex.mdwn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CmdLine/GitRemoteTorAnnex.hs b/CmdLine/GitRemoteTorAnnex.hs index 3349304fb2..c3aa13c3f0 100644 --- a/CmdLine/GitRemoteTorAnnex.hs +++ b/CmdLine/GitRemoteTorAnnex.hs @@ -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 $ diff --git a/doc/git-remote-tor-annex.mdwn b/doc/git-remote-tor-annex.mdwn index 4e41de877b..e32b711e4c 100644 --- a/doc/git-remote-tor-annex.mdwn +++ b/doc/git-remote-tor-annex.mdwn @@ -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)