aboutsummaryrefslogtreecommitdiff
path: root/Command/Unused.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-06 20:41:25 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-06 20:41:25 -0400
commit17180e79e82f7346ff1120ba8d28ddd953b40bd5 (patch)
treec8a28ee6c7fcb131618c4a47054c5fb0dc08345a /Command/Unused.hs
parent6dab3f4271138bf732caa37338e79f96863923a3 (diff)
cleanup
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