fix innacuracy

--all does not skip dead keys for all commands;
git-annex fsck checks if a key is dead and skips it.
This commit is contained in:
Joey Hess 2021-06-25 14:48:36 -04:00
parent 0c1df95dd7
commit b08b9ed210
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -18,7 +18,7 @@ description, or their UUID. (To undo, use `git-annex semitrust`.)
When a key is specified, indicates that the content of that key has been When a key is specified, indicates that the content of that key has been
irretrievably lost. This prevents commands like `git annex fsck --all` irretrievably lost. This prevents commands like `git annex fsck --all`
from complaining about it; `--all` will not operate on the key anymore. from complaining about it.
(To undo, add the key's content back to the repository, (To undo, add the key's content back to the repository,
by using eg, `git-annex reinject`.) by using eg, `git-annex reinject`.)