summaryrefslogtreecommitdiff
path: root/src/GF.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-22 16:46:38 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-22 16:46:38 +0000
commit14f70e478d75050b8dde84a1d79c70e9a471c56b (patch)
tree33d63a8ec9a010178ef4cd34c955e335d79acd8d /src/GF.hs
parentb4fe6336af75dbb4e29b27b383f9552497042353 (diff)
version number, encoding
Diffstat (limited to 'src/GF.hs')
-rw-r--r--src/GF.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GF.hs b/src/GF.hs
index a54327257..8a1e3c91c 100644
--- a/src/GF.hs
+++ b/src/GF.hs
@@ -111,7 +111,10 @@ helpMsg = unlines [
]
welcomeMsg =
- "Welcome to " ++ authorMsg ++++ welcomeArch ++ "\n\nType 'h' for help."
+ "Welcome to " ++ authorMsg ++++
+ "If the letters ä (a-umlaut) and ö (u-umlaut) look strange" ++
+ "\nin the above message, try 'h -coding'." ++
+ "\n\nType 'h' for help, and 'h [Command] for more detailed help."
authorMsg = unlines [
"Grammatical Framework, Version " ++ version,