From c6221adb66c2440d6530e731e50d8f5ebf6b371e Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 7 Jul 2015 22:44:11 +0200 Subject: [PATCH] Add epilog --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index 7945501..6ce267f 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -68,7 +68,7 @@ parser = ProgArgs interface :: IO (CmdLnInterface ProgArgs) interface = (`setAppDescr` "Quickly access the OSX keychain") <$> - (`setAppEpilog` "TODO") <$> + (`setAppEpilog` "the skeleton key") <$> mkApp parser main :: IO ()