diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-13 16:03:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-13 16:03:25 -0400 |
commit | 498c8e8544f04841d3221ce7a47b2409858e9f38 (patch) | |
tree | fb01cd7884ba68d6522c7dc3ad13821b555892a5 /Command/Init.hs | |
parent | d9d79a7980b5c9a84823c0cf38750a0189d03b0a (diff) |
fsck: avoid global checks if files specified
Diffstat (limited to 'Command/Init.hs')
-rw-r--r-- | Command/Init.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Init.hs b/Command/Init.hs index e3b05a83f..8110948a4 100644 --- a/Command/Init.hs +++ b/Command/Init.hs @@ -19,7 +19,7 @@ import Version import Messages seek :: [SubCmdSeek] -seek = [withDescription start] +seek = [withString start] {- Stores description for the repository etc. -} start :: SubCmdStartString |