summaryrefslogtreecommitdiff
path: root/Command/InAnnex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/InAnnex.hs')
-rw-r--r--Command/InAnnex.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/InAnnex.hs b/Command/InAnnex.hs
index 7a5735b74..9c169d0d7 100644
--- a/Command/InAnnex.hs
+++ b/Command/InAnnex.hs
@@ -11,9 +11,9 @@ import Common.Annex
import Command
import Annex.Content
-command :: [Command]
-command = [Command "inannex" (paramRepeating paramKey) defaultChecks seek
- "checks if keys are present in the annex"]
+def :: [Command]
+def = [command "inannex" (paramRepeating paramKey) seek
+ "checks if keys are present in the annex"]
seek :: [CommandSeek]
seek = [withKeys start]