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:
parent
0c1df95dd7
commit
b08b9ed210
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
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,
|
||||
by using eg, `git-annex reinject`.)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue