summaryrefslogtreecommitdiff
path: root/git-repair.hs
diff options
context:
space:
mode:
Diffstat (limited to 'git-repair.hs')
-rw-r--r--git-repair.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-repair.hs b/git-repair.hs
index bdd1670..a82d5d6 100644
--- a/git-repair.hs
+++ b/git-repair.hs
@@ -48,7 +48,7 @@ parseSettings = Settings
main :: IO ()
main = execParser opts >>= go
where
- opts = info (helper <*> parseSettings) desc
+ opts = info (helper <*> parseSettings) desc
desc = fullDesc
<> header "git-repair - repair a damanged git repository"
go settings