summaryrefslogtreecommitdiff
path: root/Command/Fsck.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Fsck.hs')
-rw-r--r--Command/Fsck.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs
index 034bdc388..d870bd419 100644
--- a/Command/Fsck.hs
+++ b/Command/Fsck.hs
@@ -13,6 +13,10 @@ import Types
import Messages
import Utility
+command :: [Command]
+command = [Command "fsck" (paramOptional $ paramRepeating paramPath) seek
+ "check for problems"]
+
seek :: [CommandSeek]
seek = [withAll (withAttrFilesInGit "annex.numcopies") start]