summaryrefslogtreecommitdiff
path: root/src/GF/Shell
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-01-21 15:12:34 +0000
committerbringert <bringert@cs.chalmers.se>2007-01-21 15:12:34 +0000
commit95d3fb58182062f80381ade8859a1a15a50df779 (patch)
treeebb13edfd30ab4354ff3d39f15f651e02b94da98 /src/GF/Shell
parent59a80fea3e8e4e9b6d6ed09885521c6c6a6c93f7 (diff)
Added SRGS ABNF printers to HelpFile.
Diffstat (limited to 'src/GF/Shell')
-rw-r--r--src/GF/Shell/HelpFile.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs
index 7b1cda166..56e1b5903 100644
--- a/src/GF/Shell/HelpFile.hs
+++ b/src/GF/Shell/HelpFile.hs
@@ -641,7 +641,6 @@ txtHelpFile =
"\n -printer=lbnf labelled context-free grammar for BNF Converter" ++
"\n -printer=plbnf grammar for BNF Converter, with precedence levels" ++
"\n *-printer=happy source file for Happy parser generator (use lbnf!)" ++
- "\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)" ++
@@ -654,6 +653,9 @@ txtHelpFile =
"\n -printer=jsgf Java Speech Grammar Format" ++
"\n -printer=jsgf_sisr_old Java Speech Grammar Format with semantic tags in " ++
"\n SISR WD 20030401 format" ++
+ "\n -printer=srgs_abnf SRGS ABNF format" ++
+ "\n -printer=srgs_abnf_sisr_old SRGS ABNF format, with semantic tags in" ++
+ "\n SISR WD 20030401 format" ++
"\n -printer=srgs_xml SRGS XML format" ++
"\n -printer=srgs_xml_prob SRGS XML format, with weights" ++
"\n -printer=srgs_xml_sisr_old SRGS XML format, with semantic tags in" ++