New --time-limit option, makes long git-annex commands stop after a specified amount of time.
This commit is contained in:
parent
995b04d36f
commit
f0e0d17440
6 changed files with 63 additions and 4 deletions
2
Usage.hs
2
Usage.hs
|
@ -77,6 +77,8 @@ paramType :: String
|
|||
paramType = "TYPE"
|
||||
paramDate :: String
|
||||
paramDate = "DATE"
|
||||
paramTime :: String
|
||||
paramTime = "TIME"
|
||||
paramFormat :: String
|
||||
paramFormat = "FORMAT"
|
||||
paramFile :: String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue