diff options
| author | aarne <unknown> | 2005-09-14 15:26:21 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-09-14 15:26:21 +0000 |
| commit | e3395efbf18757f16e32035f4259e47aced6da27 (patch) | |
| tree | 2063c7a4c2625da63b14604385879c85aeb095ff /src/GF/Shell | |
| parent | b109bcaafad0cdcadd38831799346257aae76c17 (diff) | |
unpar
Diffstat (limited to 'src/GF/Shell')
| -rw-r--r-- | src/GF/Shell/HelpFile.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs index 6a5b1c7e1..e0c03fd8c 100644 --- a/src/GF/Shell/HelpFile.hs +++ b/src/GF/Shell/HelpFile.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/09/13 08:33:58 $ --- > CVS $Author: bringert $ --- > CVS $Revision: 1.11 $ +-- > CVS $Date: 2005/09/14 16:26:22 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.12 $ -- -- Help on shell commands. Generated from HelpFile by 'make help'. -- PLEASE DON'T EDIT THIS FILE. @@ -530,6 +530,7 @@ txtHelpFile = "\n -printer=slf_graphviz the same automaton as in SLF, 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" ++ "\n" ++ "\n-startcat, like -cat, but used in grammars (to avoid clash with keyword cat)" ++ "\n" ++ |
