diff --git a/Command/Unused.hs b/Command/Unused.hs index de91951b4a..bb5d7c685a 100644 --- a/Command/Unused.hs +++ b/Command/Unused.hs @@ -36,10 +36,8 @@ import Logs.View (is_branchView) import Annex.BloomFilter cmd :: Command -cmd = -- withGlobalOptions [unusedFromOption, refSpecOption] $ - command "unused" SectionMaintenance - "look for unused file content" - paramNothing (seek <$$> optParser) +cmd = command "unused" SectionMaintenance "look for unused file content" + paramNothing (seek <$$> optParser) data UnusedOptions = UnusedOptions { fromRemote :: Maybe RemoteName