diff options
| author | aarne <unknown> | 2004-05-18 20:57:13 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-05-18 20:57:13 +0000 |
| commit | 8963681a3b821e85185877dd61b7804661fc5c24 (patch) | |
| tree | fc2f4dee924cccd3d46c4983d80bc7b9a755ef41 /src/HelpFile.hs | |
| parent | 086733a6fe03c5065002a8fb414af06c9cf67d51 (diff) | |
peel head i ; gt nometas ; gf2hs
Diffstat (limited to 'src/HelpFile.hs')
| -rw-r--r-- | src/HelpFile.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/HelpFile.hs b/src/HelpFile.hs index b6a2eadf2..1dda915d7 100644 --- a/src/HelpFile.hs +++ b/src/HelpFile.hs @@ -181,6 +181,8 @@ txtHelpFile = "\n command completes the Tree with values to the metavariables in" ++ "\n the tree." ++ "\n flags:" ++ + "\n -nometas don't return trees that include metavariables" ++ + "\n flags:" ++ "\n -depth generate to this depth (default 3)" ++ "\n -alts take this number of alternatives at each branch (default unlimited)" ++ "\n -cat generate in this category" ++ @@ -381,7 +383,7 @@ txtHelpFile = "\n -printer=cf context-free grammar" ++ "\n *-printer=happy source file for Happy parser generator" ++ "\n -printer=srg speech recognition grammar" ++ - "\n *-printer=haskell abstract syntax in Haskell, with transl to/from GF" ++ + "\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)" ++ "\n -printer=fullform full-form lexicon, short format" ++ |
