dead --key: Can be used to mark a key as dead.
This commit is contained in:
parent
6eefc5db65
commit
f8ab3bc449
6 changed files with 79 additions and 20 deletions
|
@ -58,10 +58,13 @@ keyOptions =
|
|||
"operate on all versions of all files"
|
||||
, Option ['U'] ["unused"] (NoArg (Annex.setFlag "unused"))
|
||||
"operate on files found by last run of git-annex unused"
|
||||
, Option [] ["key"] (ReqArg (Annex.setField "key") paramKey)
|
||||
"operate on specified key"
|
||||
, keyOption
|
||||
]
|
||||
|
||||
keyOption :: Option
|
||||
keyOption = Option [] ["key"] (ReqArg (Annex.setField "key") paramKey)
|
||||
"operate on specified key"
|
||||
|
||||
incompleteOption :: Option
|
||||
incompleteOption = flagOption [] "incomplete" "resume previous downloads"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue