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 :: IO (CmdLnInterface ProgArgs)
interface = interface =
(`setAppDescr` "Quickly access the OSX keychain") <$> (`setAppDescr` "Quickly access the OSX keychain") <$>
(`setAppEpilog` "TODO") <$> (`setAppEpilog` "the skeleton key") <$>
mkApp parser mkApp parser
main :: IO () main :: IO ()