aboutsummaryrefslogtreecommitdiff
path: root/Logs/PreferredContent.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 /Logs/PreferredContent.hs
parentcd8d030092b5213e69c99575af71759d0d77abbb (diff)
rename --ingroup to --inallgroup
Diffstat (limited to 'Logs/PreferredContent.hs')
-rw-r--r--Logs/PreferredContent.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Logs/PreferredContent.hs b/Logs/PreferredContent.hs
index 26e0d7073..1f0c6a6fe 100644
--- a/Logs/PreferredContent.hs
+++ b/Logs/PreferredContent.hs
@@ -102,7 +102,7 @@ parseToken groupmap t
, ("inbackend", limitInBackend)
, ("largerthan", limitSize (>))
, ("smallerthan", limitSize (<))
- , ("ingroup", limitInGroup groupmap)
+ , ("inallgroup", limitInAllGroup groupmap)
]
use a = Utility.Matcher.Operation <$> a v