diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-20 17:12:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-20 17:12:07 -0400 |
commit | ce671ee02e0e87deebc0674841842410475bdabb (patch) | |
tree | a9798e706f291a1bc22e3ecc0468881a12de564f /doc/tips | |
parent | 236aa1ed970686e2fb679f53bae81e3e4e1d798d (diff) |
update switch name
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/using_Amazon_Glacier.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/using_Amazon_Glacier.mdwn b/doc/tips/using_Amazon_Glacier.mdwn index 1b91fbdf4..a2636d788 100644 --- a/doc/tips/using_Amazon_Glacier.mdwn +++ b/doc/tips/using_Amazon_Glacier.mdwn @@ -59,12 +59,12 @@ So, git-annex plays it safe, and avoids trusting the inventory: drop important_file (gpg) (checking glacier...) Glacier's inventory says it has a copy. However, the inventory could be out of date, if it was recently removed. - (Use --trust-glacier-inventory if you're sure it's still in Glacier.) + (Use --trust-glacier if you're sure it's still in Glacier.) (unsafe) Could only verify the existence of 0 out of 1 necessary copies -Like it says, you can use `--trust-glacier-inventory` if you're sure +Like it says, you can use `--trust-glacier` if you're sure Glacier's inventory is correct and up-to-date. See [[special_remotes/Glacier]] for details. |