aboutsummaryrefslogtreecommitdiff
path: root/Command/TransferKey.hs
diff options
context:
space:
mode:
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"