aboutsummaryrefslogtreecommitdiff
path: root/Command/Unused.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Unused.hs')
-rw-r--r--Command/Unused.hs6
1 files changed, 2 insertions, 4 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs
index de91951b4..bb5d7c685 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