diff options
Diffstat (limited to 'Command/DropUnused.hs')
-rw-r--r-- | Command/DropUnused.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/DropUnused.hs b/Command/DropUnused.hs index d441a4bd2..99e1e063d 100644 --- a/Command/DropUnused.hs +++ b/Command/DropUnused.hs @@ -16,10 +16,10 @@ import qualified Git import Command.Unused (withUnusedMaps, UnusedMaps(..), startUnused) import Annex.NumCopies -cmd :: [Command] -cmd = [withOptions [Command.Drop.dropFromOption] $ +cmd :: Command +cmd = withOptions [Command.Drop.dropFromOption] $ command "dropunused" (paramRepeating paramNumRange) - seek SectionMaintenance "drop unused file content"] + seek SectionMaintenance "drop unused file content" seek :: CommandSeek seek ps = do |