Add epilog
This commit is contained in:
parent
71d681ae5d
commit
c6221adb66
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user