diff options
Diffstat (limited to 'Command/DropUnused.hs')
-rw-r--r-- | Command/DropUnused.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Command/DropUnused.hs b/Command/DropUnused.hs index 99e1e063d..703cc3890 100644 --- a/Command/DropUnused.hs +++ b/Command/DropUnused.hs @@ -18,10 +18,11 @@ import Annex.NumCopies cmd :: Command cmd = withOptions [Command.Drop.dropFromOption] $ - command "dropunused" (paramRepeating paramNumRange) - seek SectionMaintenance "drop unused file content" + command "dropunused" SectionMaintenance + "drop unused file content" + (paramRepeating paramNumRange) (withParams seek) -seek :: CommandSeek +seek :: CmdParams -> CommandSeek seek ps = do numcopies <- getNumCopies withUnusedMaps (start numcopies) ps |