chat: fix welcome line (#51)

This commit is contained in:
Efim Poberezkin
2021-02-26 18:17:29 +04:00
parent 1f38beb23d
commit dca1bee926
+1 -1
View File
@@ -118,7 +118,7 @@ chatHelpInfo =
main :: IO ()
main = do
ChatOpts {dbFileName, smpServer, name} <- getChatOpts
putStrLn "simpleX chat prototype (no encryption), \"/help\" for usage information"
putStrLn "simpleX chat prototype, \"/help\" for usage information"
let user = Contact <$> name
t <- getChatClient smpServer user
ct <- newChatTerminal (tbqSize cfg) user