newline in welcome

This commit is contained in:
aarne
2005-12-22 18:27:27 +00:00
parent 48185cabc7
commit 208b2e9d65

View File

@@ -113,7 +113,7 @@ helpMsg = unlines [
welcomeMsg =
"Welcome to " ++ authorMsg ++++
"If ä and ö (umlaut letters) look strange, see 'h -coding'." ++
"\n\nType 'h' for help, and 'h [Command] for more detailed help."
"\n\nType 'h' for help, and 'h [Command] for more detailed help.\n"
authorMsg = unlines [
"Grammatical Framework, Version " ++ version,