summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-22 18:27:27 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-22 18:27:27 +0000
commitddc4b8803b9ea5eb5b358959e458f05963b12edc (patch)
tree16f3e2d84b73ac631cba2ea182ccf95e5c8a7439 /src
parent7b901749761d175478905a92e7d08a43adb33679 (diff)
newline in welcome
Diffstat (limited to 'src')
-rw-r--r--src/GF.hs2
1 files changed, 1 insertions, 1 deletions
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,