summaryrefslogtreecommitdiff
path: root/src/GF/Shell
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/Shell
parentb4fe6336af75dbb4e29b27b383f9552497042353 (diff)
version number, encoding
Diffstat (limited to 'src/GF/Shell')
-rw-r--r--src/GF/Shell/HelpFile.hs8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs
index db8b81a29..2b5d4ac26 100644
--- a/src/GF/Shell/HelpFile.hs
+++ b/src/GF/Shell/HelpFile.hs
@@ -561,7 +561,6 @@ txtHelpFile =
"\n Each of the flags can have the suffix _subs, which performs" ++
"\n common subexpression elimination after the main optimization." ++
"\n Thus, -optimize=all_subs is the most aggressive one." ++
- "\n" ++
"\n -optimize=share share common branches in tables" ++
"\n -optimize=parametrize first try parametrize then do share with the rest" ++
"\n -optimize=values represent tables as courses-of-values" ++
@@ -635,5 +634,10 @@ txtHelpFile =
"\n -unlexer=concat remove all spaces" ++
"\n -unlexer=bind like identity, but bind at \"&+\"" ++
"\n" ++
- "\n-- *: Commands and options marked with * are not yet implemented." ++
+ "\n-coding, Some grammars are in UTF-8, some in isolatin-1." ++
+ "\n If the letters ä (a-umlaut) and ö (u-umlaut) look strange, either" ++
+ "\n change your terminal to isolatin-1, or rewrite the grammar with" ++
+ "\n 'pg -utf8'." ++
+ "\n" ++
+ "\n-- *: Commands and options marked with * are not currently implemented." ++
[] \ No newline at end of file