rename --ingroup to --inallgroup

This commit is contained in:
Joey Hess 2012-10-10 12:59:45 -04:00
parent 725b6b5156
commit b6ce003843
5 changed files with 15 additions and 9 deletions

View file

@ -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"