Add epilog

This commit is contained in:
rnhmjoj 2015-07-07 22:44:11 +02:00
parent 71d681ae5d
commit c6221adb66

View File

@ -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 ()