diff options
Diffstat (limited to 'Command/DropUnused.hs')
-rw-r--r-- | Command/DropUnused.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/DropUnused.hs b/Command/DropUnused.hs index 46f2dc9f7..d2eb3df71 100644 --- a/Command/DropUnused.hs +++ b/Command/DropUnused.hs @@ -19,8 +19,8 @@ import Types.Key type UnusedMap = M.Map String Key -command :: [Command] -command = [Command "dropunused" (paramRepeating paramNumber) (noTo >> needsRepo) +def :: [Command] +def = [dontCheck fromOpt $ command "dropunused" (paramRepeating paramNumber) seek "drop unused file content"] seek :: [CommandSeek] |