diff --git a/apps/simplex-chat/Main.hs b/apps/simplex-chat/Main.hs index 952f77fd10..839bb873e6 100644 --- a/apps/simplex-chat/Main.hs +++ b/apps/simplex-chat/Main.hs @@ -21,7 +21,7 @@ welcomeGetOpts = do appDir <- getAppUserDataDirectory "simplex" opts@ChatOpts {dbFile} <- getChatOpts appDir putStrLn "SimpleX chat prototype v0.3.1" - putStrLn $ "db: " <> dbFile + putStrLn $ "db: " <> dbFile <> ".chat.db, " <> dbFile <> ".agent.db" putStrLn "type \"/help\" or \"/h\" for usage info" pure opts