summaryrefslogtreecommitdiff
path: root/src/HelpFile.hs
diff options
context:
space:
mode:
authoraarne <unknown>2005-02-05 20:52:31 +0000
committeraarne <unknown>2005-02-05 20:52:31 +0000
commita1e8229910bbd01135d0e71c459872f87785a291 (patch)
tree16612ffa6d974da1fb8e4234f134e5f97c0ad9af /src/HelpFile.hs
parent45f3b7d5e74dde250a3e0eb92469efc22479cd30 (diff)
cleand up Structural
Diffstat (limited to 'src/HelpFile.hs')
-rw-r--r--src/HelpFile.hs9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/HelpFile.hs b/src/HelpFile.hs
index 0b78947bb..c2bed6b15 100644
--- a/src/HelpFile.hs
+++ b/src/HelpFile.hs
@@ -10,6 +10,7 @@
-- > CVS $Revision $
--
-- Help on shell commands. Generated from HelpFile by 'make help'.
+-- PLEASE DON'T EDIT THIS FILE.
-----------------------------------------------------------------------------
@@ -456,17 +457,15 @@ txtHelpFile =
"\n The default is unlimited." ++
"\n" ++
"\n-optimize, optimization on generated code." ++
- "\n The default is share." ++
+ "\n The default is share for concrete, none for resource modules." ++
"\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" ++
"\n -optimize=all first try parametrize then do values with the rest" ++
"\n -optimize=none no optimization" ++
"\n" ++
- "\n" ++
- "\n-parser, Context-free parsing algorithm. The default is chart." ++
- "\n -parser=earley Earley algorithm" ++
- "\n -parser=chart bottom-up chart parser" ++
+ "\n-parser, Context-free parsing algorithm. Under construction." ++
+ "\n The default is a chart parser via context-free approximation." ++
"\n" ++
"\n-printer, format in which the grammar is printed. The default is gfc." ++
"\n -printer=gfc GFC grammar" ++