aboutsummaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-10 12:59:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-10 12:59:45 -0400
commitcf30e43a0d5d0c3c76d25daca678ec8cc80dc814 (patch)
tree18212fc4269da063889d85fcbad0bb6c9d37a086 /GitAnnex.hs
parentcd8d030092b5213e69c99575af71759d0d77abbb (diff)
rename --ingroup to --inallgroup
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r--GitAnnex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index b05fc3607..090108416 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -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"