This commit is contained in:
Joey Hess 2016-01-06 20:41:25 -04:00
parent 3320870bad
commit 2e071a09b7
Failed to extract signature

View file

@ -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