diff options
Diffstat (limited to 'Command/TransferInfo.hs')
-rw-r--r-- | Command/TransferInfo.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Command/TransferInfo.hs b/Command/TransferInfo.hs index 44ffe59ad..d102be55e 100644 --- a/Command/TransferInfo.hs +++ b/Command/TransferInfo.hs @@ -16,9 +16,10 @@ import qualified CmdLine.GitAnnexShell.Fields as Fields import Utility.Metered cmd :: Command -cmd = noCommit $ command "transferinfo" paramKey SectionPlumbing - "updates sender on number of bytes of content received" - (commandParser seek) +cmd = noCommit $ + command "transferinfo" SectionPlumbing + "updates sender on number of bytes of content received" + paramKey (withParams seek) seek :: CmdParams -> CommandSeek seek = withWords start |