From 17180e79e82f7346ff1120ba8d28ddd953b40bd5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 6 Jan 2016 20:41:25 -0400 Subject: cleanup --- Command/Unused.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Command/Unused.hs') 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 -- cgit v1.2.3