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 2ea03b055..8a806875b 100644 --- a/Command/RecvKey.hs +++ b/Command/RecvKey.hs @@ -20,8 +20,8 @@ import qualified Types.Key import qualified Types.Backend import qualified Backend -def :: [Command] -def = [noCommit $ command "recvkey" paramKey seek +cmd :: [Command] +cmd = [noCommit $ command "recvkey" paramKey seek SectionPlumbing "runs rsync in server mode to receive content"] seek :: CommandSeek |