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