summaryrefslogtreecommitdiff
path: root/Command/AddUnused.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/AddUnused.hs')
-rw-r--r--Command/AddUnused.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/AddUnused.hs b/Command/AddUnused.hs
index 4aab8d017..a0e9ccba6 100644
--- a/Command/AddUnused.hs
+++ b/Command/AddUnused.hs
@@ -14,9 +14,9 @@ import qualified Command.Add
import Command.Unused (withUnusedMaps, UnusedMaps(..), startUnused)
import Types.Key
-cmd :: [Command]
-cmd = [notDirect $ command "addunused" (paramRepeating paramNumRange)
- seek SectionMaintenance "add back unused files"]
+cmd :: Command
+cmd = notDirect $ command "addunused" (paramRepeating paramNumRange)
+ seek SectionMaintenance "add back unused files"
seek :: CommandSeek
seek = withUnusedMaps start