summaryrefslogtreecommitdiff
path: root/Command/FromKey.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/FromKey.hs')
-rw-r--r--Command/FromKey.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/Command/FromKey.hs b/Command/FromKey.hs
index a3e96b20d..fe9b5c96a 100644
--- a/Command/FromKey.hs
+++ b/Command/FromKey.hs
@@ -13,9 +13,8 @@ import qualified Annex.Queue
import Annex.Content
import Types.Key
-command :: [Command]
-command = [Command "fromkey" paramPath defaultChecks seek
- "adds a file using a specific key"]
+def :: [Command]
+def = [command "fromkey" paramPath seek "adds a file using a specific key"]
seek :: [CommandSeek]
seek = [withFilesMissing start]