diff options
| author | aarne <unknown> | 2004-04-19 15:33:45 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-04-19 15:33:45 +0000 |
| commit | 2e0c510285ac1cabefea0ab68ffb1215d7297578 (patch) | |
| tree | 805df5361f07e0ff22c9eb69c0daf9abb6353aba /src/HelpFile.hs | |
| parent | fa07ada6ab11f8e0820fe075ce58d8ca700e13e3 (diff) | |
some more printing
Diffstat (limited to 'src/HelpFile.hs')
| -rw-r--r-- | src/HelpFile.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/HelpFile.hs b/src/HelpFile.hs index 57b38218f..099fee6b9 100644 --- a/src/HelpFile.hs +++ b/src/HelpFile.hs @@ -360,11 +360,13 @@ txtHelpFile = "\n -parser=earley Earley algorithm" ++ "\n -parser=chart bottom-up chart parser" ++ "\n" ++ - "\n-printer: format in which the grammar is printed. The default is gf." ++ + "\n-printer: format in which the grammar is printed. The default is gfc." ++ + "\n -printer=gfc GFC grammar" ++ "\n -printer=gf GF grammar" ++ + "\n -printer=old old GF grammar" ++ "\n -printer=cf context-free grammar" ++ "\n *-printer=happy source file for Happy parser generator" ++ - "\n *-printer=srg speech recognition grammar" ++ + "\n -printer=srg speech recognition grammar" ++ "\n *-printer=haskell abstract syntax in Haskell, with transl to/from GF" ++ "\n -printer=morpho full-form lexicon, long format" ++ "\n *-printer=latex LaTeX file (for the tg command)" ++ |
