diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-11 18:54:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-11 18:54:52 -0400 |
commit | da0de293d16ace6aac574d0cdc37ec41715b7d66 (patch) | |
tree | 4ebabdd2e3afa95127441909c8a423eecda7d81c /Command/Fsck.hs | |
parent | 5357d3a37af9e3d3a0aec207a8ba7fb94bfea953 (diff) |
refactor param seeking
Diffstat (limited to 'Command/Fsck.hs')
-rw-r--r-- | Command/Fsck.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs index 5405ce120..e5f0debe0 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -14,6 +14,9 @@ import Types import Core import Messages +seek :: [SubCmdSeek] +seek = [withNothing start] + {- Checks the whole annex for problems. -} start :: SubCmdStart start = do |