summaryrefslogtreecommitdiff
path: root/Command/MetaData.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-02-06 17:08:14 -0400
committerJoey Hess <joeyh@joeyh.name>2015-02-06 17:16:41 -0400
commit8066a1c3ccf20666229347d51234267698f45b5b (patch)
tree39c400984dc84f7be7e4238d8d25b042c0264e45 /Command/MetaData.hs
parent52424dc382081af8250fc3a7644d97a133c573ab (diff)
The file matching options are now only accepted by commands that can actually use them.
Diffstat (limited to 'Command/MetaData.hs')
-rw-r--r--Command/MetaData.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/MetaData.hs b/Command/MetaData.hs
index 0956379593..a16f4214a7 100644
--- a/Command/MetaData.hs
+++ b/Command/MetaData.hs
@@ -28,7 +28,7 @@ metaDataOptions =
, untagOption
, getOption
, jsonOption
- ] ++ keyOptions
+ ] ++ keyOptions ++ annexedMatchingOptions
storeModMeta :: ModMeta -> Annex ()
storeModMeta modmeta = Annex.changeState $