diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-09 14:52:05 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-09 14:52:05 -0400 |
commit | 47c2ad33d08bb828cd63544bc4c9cb1d294fc090 (patch) | |
tree | 2d04fc77302c1ab9f89fa55884e649876d685b8d /doc/git-annex.mdwn | |
parent | f80592f1603fdfdde4b092e9880646ded505163a (diff) |
dead --key: Can be used to mark a key as dead.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 64f70f792..e7c80f3cd 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -238,12 +238,6 @@ subdirectories). See [[git-annex-semitrust]](1) for details. -* `dead [repository ...]` - - Indicates that the repository has been irretrievably lost. - - See [[git-annex-dead]](1) for details. - * `group repository groupname` Add a repository to a group. @@ -356,6 +350,12 @@ subdirectories). See [[git-annex-upgrade]](1) for details. +* `dead [repository ...] [--key key]` + + Indicates that a repository or a single key has been irretrievably lost. + + See [[git-annex-dead]](1) for details. + * `forget` Causes the git-annex branch to be rewritten, throwing away historical |