summaryrefslogtreecommitdiff
path: root/Command/InAnnex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/InAnnex.hs')
-rw-r--r--Command/InAnnex.hs8
1 files changed, 5 insertions, 3 deletions
diff --git a/Command/InAnnex.hs b/Command/InAnnex.hs
index 29d0750a5..c00f18ead 100644
--- a/Command/InAnnex.hs
+++ b/Command/InAnnex.hs
@@ -12,9 +12,11 @@ import Command
import Annex.Content
cmd :: Command
-cmd = noCommit $ command "inannex" (paramRepeating paramKey)
- SectionPlumbing "checks if keys are present in the annex"
- (commandParser seek)
+cmd = noCommit $
+ command "inannex" SectionPlumbing
+ "checks if keys are present in the annex"
+ (paramRepeating paramKey)
+ (withParams seek)
seek :: CmdParams -> CommandSeek
seek = withKeys start