tweak wording
This commit is contained in:
parent
83423211a2
commit
f486768b16
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue