diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-17 12:36:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-17 12:36:12 -0400 |
commit | dd207994bc8026f22bb366e654a3945d5e995f87 (patch) | |
tree | 70183d78fa58779395b6d161ef9b3c2752cb94e8 /Remote | |
parent | 416c5e38e7e8966dbf232692c0c5ab6b6430cea5 (diff) |
reword again
On second thought, "unlocking" is confusable with git-annex unlock.
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/Encryptable.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Encryptable.hs b/Remote/Encryptable.hs index 9e4f58ed4..11df2673c 100644 --- a/Remote/Encryptable.hs +++ b/Remote/Encryptable.hs @@ -81,7 +81,7 @@ cipherKey (Just c) k = do Nothing -> case extractCipher c of Nothing -> return Nothing Just encipher -> do - showNote "unlocking" + showNote "gpg" cipher <- liftIO $ decryptCipher c encipher Annex.changeState (\s -> s { Annex.cipher = Just cipher }) ret cipher |