summaryrefslogtreecommitdiff
path: root/Command/TransferKey.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-03 13:55:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-03 13:55:50 -0400
commit104faaf5f5f958b449d79a923cf8b0ce095a0205 (patch)
tree788d417c8a3e7b8b2f8203268a52c2eb6494ebc2 /Command/TransferKey.hs
parente5eeb401d1743372102ec4064b6f87453fdc8597 (diff)
--all for get, move, and copy
Diffstat (limited to 'Command/TransferKey.hs')
-rw-r--r--Command/TransferKey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/TransferKey.hs b/Command/TransferKey.hs
index 13790dd50..849cbc12b 100644
--- a/Command/TransferKey.hs
+++ b/Command/TransferKey.hs
@@ -24,7 +24,7 @@ def = [withOptions options $
"transfers a key from or to a remote"]
options :: [Option]
-options = fileOption : Command.Move.options
+options = [fileOption, Command.Move.fromOption, Command.Move.toOption]
fileOption :: Option
fileOption = Option.field [] "file" paramFile "the associated file"