From bbcf925019520eb5c4e9647131c2ca7434d6949e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 7 Jul 2018 21:35:46 +0200 Subject: [PATCH] Minor cleanup --- db.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.hs b/db.hs index ed16a1603..a0f980180 100755 --- a/db.hs +++ b/db.hs @@ -26,7 +26,7 @@ data DBAction = DBClear argsDescr :: [OptDescr DBAction] argsDescr = [ Option ['c'] ["clear"] (NoArg DBClear) "Delete everything accessable by the current database user" - , Option ['f'] ["fill"] (NoArg DBFill) "Fill database with example data" + , Option ['f'] ["fill"] (NoArg DBFill) "Fill database with example data" ]