summaryrefslogtreecommitdiff
path: root/src/GF/Shell/HelpFile.hs
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-01-05 19:34:12 +0000
committerbringert <bringert@cs.chalmers.se>2006-01-05 19:34:12 +0000
commit7faaa9772b8fc3d358c472e0a8620d4cff6adcc4 (patch)
tree17a74af3cf0f263f44160cc500df77a5ce6df00c /src/GF/Shell/HelpFile.hs
parent7ee1ba000163e0744f43a8304d08a050bae20b90 (diff)
Added monolithic SLF builind back in.
Diffstat (limited to 'src/GF/Shell/HelpFile.hs')
-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 2b5d4ac26..ab5321297 100644
--- a/src/GF/Shell/HelpFile.hs
+++ b/src/GF/Shell/HelpFile.hs
@@ -599,7 +599,9 @@ txtHelpFile =
"\n -printer=srgs_xml SRGS XML format" ++
"\n -printer=srgs_xml_prob SRGS XML format, with weights" ++
"\n -printer=slf a finite automaton in the HTK SLF format" ++
- "\n -printer=slf_graphviz the same automaton as in SLF, but in Graphviz format" ++
+ "\n -printer=slf_graphviz the same automaton as slf, but in Graphviz format" ++
+ "\n -printer=slf_sub a finite automaton with sub-automata in the HTK SLF format" ++
+ "\n -printer=slf_sub_graphviz the same automaton as slf_sub, but in Graphviz format" ++
"\n -printer=fa_graphviz a finite automaton with labelled edges" ++
"\n -printer=regular a regular grammar in a simple BNF" ++
"\n -printer=unpar a gfc grammar with parameters eliminated" ++