summaryrefslogtreecommitdiff
path: root/Command/TransferKeys.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/TransferKeys.hs')
-rw-r--r--Command/TransferKeys.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/TransferKeys.hs b/Command/TransferKeys.hs
index a151754df..755a7ef3e 100644
--- a/Command/TransferKeys.hs
+++ b/Command/TransferKeys.hs
@@ -22,10 +22,10 @@ import Git.Types (RemoteName)
data TransferRequest = TransferRequest Direction Remote Key AssociatedFile
cmd :: Command
-cmd = command "transferkeys" paramNothing seek
- SectionPlumbing "transfers keys"
+cmd = command "transferkeys" SectionPlumbing "transfers keys"
+ paramNothing (withParams seek)
-seek :: CommandSeek
+seek :: CmdParams -> CommandSeek
seek = withNothing start
start :: CommandStart