got hdevtools working again

Fix comment to not make cpp unhappy
This commit is contained in:
Joey Hess 2013-07-27 13:00:49 -04:00
parent 4c6bccd5c8
commit 2d7b4517ab
2 changed files with 2 additions and 2 deletions

View file

@ -169,7 +169,7 @@ genSshKeyPair = withTmpDir "git-annex-keygen" $ \dir -> do
-
- Note that the key files are put in ~/.ssh/git-annex/, rather than directly
- in ssh because of an **INSANE** behavior of gnome-keyring: It loads
- ~/.ssh/*.pub, and uses them indiscriminately. But using this key
- ~/.ssh/ANYTHING.pub, and uses them indiscriminately. But using this key
- for a normal login to the server will force git-annex-shell to run,
- and locks the user out. Luckily, it does not recurse into subdirectories.
-}