diff options
Diffstat (limited to 'Command/RecvKey.hs')
-rw-r--r-- | Command/RecvKey.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/RecvKey.hs b/Command/RecvKey.hs index 3415de526..5243fa9d4 100644 --- a/Command/RecvKey.hs +++ b/Command/RecvKey.hs @@ -13,8 +13,8 @@ import CmdLine import Annex.Content import Utility.RsyncFile -command :: [Command] -command = [Command "recvkey" paramKey defaultChecks seek +def :: [Command] +def = [command "recvkey" paramKey seek "runs rsync in server mode to receive content"] seek :: [CommandSeek] |