From 208b2e9d6564cb7d361a05fcf44784f19e7ff342 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 22 Dec 2005 18:27:27 +0000 Subject: [PATCH] newline in welcome --- src/GF.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GF.hs b/src/GF.hs index 223fa6fc9..b1f68f57d 100644 --- a/src/GF.hs +++ b/src/GF.hs @@ -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,