diff options
Diffstat (limited to 'Command/SendKey.hs')
-rw-r--r-- | Command/SendKey.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Command/SendKey.hs b/Command/SendKey.hs index 78d1f9c1c..da7f99889 100644 --- a/Command/SendKey.hs +++ b/Command/SendKey.hs @@ -17,9 +17,10 @@ import qualified CmdLine.GitAnnexShell.Fields as Fields import Utility.Metered cmd :: Command -cmd = noCommit $ command "sendkey" paramKey - SectionPlumbing "runs rsync in server mode to send content" - (commandParser seek) +cmd = noCommit $ + command "sendkey" SectionPlumbing + "runs rsync in server mode to send content" + paramKey (withParams seek) seek :: CmdParams -> CommandSeek seek = withKeys start |