aboutsummaryrefslogtreecommitdiff
path: root/Command/Unused.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-10 13:49:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-10 13:49:46 -0400
commit00e37e72e06d3692ea2b5c77dfa6b0147a3b6d6d (patch)
treef957d1c627da125fa2c852cefe24f4b6d556d2f1 /Command/Unused.hs
parent94642d1b1907a379181e25e298910b9c09fd5adf (diff)
convert version command, and make --raw work when not in a git repo
Diffstat (limited to 'Command/Unused.hs')
-rw-r--r--Command/Unused.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs
index 4649485c2..c2ca148b7 100644
--- a/Command/Unused.hs
+++ b/Command/Unused.hs
@@ -35,7 +35,7 @@ import Logs.View (is_branchView)
import Annex.BloomFilter
cmd :: Command
-cmd = withOptions [unusedFromOption, refSpecOption] $
+cmd = -- withGlobalOptions [unusedFromOption, refSpecOption] $
command "unused" SectionMaintenance
"look for unused file content"
paramNothing (withParams seek)