summaryrefslogtreecommitdiff
path: root/Command/Unused.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Unused.hs')
-rw-r--r--Command/Unused.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs
index dba9aa517..d2dfc9aa3 100644
--- a/Command/Unused.hs
+++ b/Command/Unused.hs
@@ -17,6 +17,9 @@ import Messages
import Locations
import qualified Annex
+command :: [Command]
+command = [Command "unused" paramNothing seek "look for unused file content"]
+
seek :: [CommandSeek]
seek = [withNothing start]