rename --ingroup to --inallgroup
This commit is contained in:
parent
725b6b5156
commit
b6ce003843
5 changed files with 15 additions and 9 deletions
|
@ -147,7 +147,7 @@ options = Option.common ++
|
|||
"skip files with fewer copies"
|
||||
, Option ['B'] ["inbackend"] (ReqArg Limit.addInBackend paramName)
|
||||
"skip files not using a key-value backend"
|
||||
, Option [] ["ingroup"] (ReqArg Limit.addInGroup paramGroup)
|
||||
, Option [] ["inallgroup"] (ReqArg Limit.addInAllGroup paramGroup)
|
||||
"skip files not present in all remotes in a group"
|
||||
, Option [] ["largerthan"] (ReqArg Limit.addLargerThan paramSize)
|
||||
"skip files larger than a size"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue