tweak wording

This commit is contained in:
Joey Hess 2011-04-17 11:31:56 -04:00
parent 83423211a2
commit f486768b16
2 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ cipherKey (Just c) k = do
Nothing -> case extractCipher c of
Nothing -> return Nothing
Just encipher -> do
showNote "getting encryption key"
showNote "unlocking"
cipher <- liftIO $ decryptCipher c encipher
Annex.changeState (\s -> s { Annex.cipher = Just cipher })
ret cipher

View file

@ -30,8 +30,8 @@ repository use the same S3 remote is easy:
Now the remote can be used like any other remote.
# git annex copy my_cool_big_file --to mys3
copy my_cool_big_file (to mys3...) ok
copy my_cool_big_file (unlocking) (checking mys3...) (to mys3...) ok
# git annex move video/hackity_hack_and_kaxxt.mov --to mys3
move video/hackity_hack_and_kaxxt.mov (to mys3...) ok
move video/hackity_hack_and_kaxxt.mov (unlocking) (checking mys3...) (to mys3...) ok
See [[special_remotes/Amazon_S3]] for details.