summaryrefslogtreecommitdiff
path: root/Command/Drop.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Drop.hs')
-rw-r--r--Command/Drop.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Command/Drop.hs b/Command/Drop.hs
index 3f2740570..a425c6138 100644
--- a/Command/Drop.hs
+++ b/Command/Drop.hs
@@ -17,6 +17,10 @@ import Core
import Messages
import Utility
+command :: [Command]
+command = [Command "drop" paramPath seek
+ "indicate content of files not currently wanted"]
+
seek :: [CommandSeek]
seek = [withAttrFilesInGit "annex.numcopies" start]