diff options
| author | aarne <unknown> | 2005-05-12 09:03:33 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-05-12 09:03:33 +0000 |
| commit | ae60299c7def8a4c2af18320be773158936c6ac9 (patch) | |
| tree | 2dc587f26df0c952d9d6d60dc6f7c682afcd6c66 /src/GF/Shell/ShellCommands.hs | |
| parent | d50c932a418e7368ac08cacf77d9c9ac1c98cb9b (diff) | |
pre-release adjustments
Diffstat (limited to 'src/GF/Shell/ShellCommands.hs')
| -rw-r--r-- | src/GF/Shell/ShellCommands.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs index 542b940ab..d6a2c8d3e 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/05/11 10:28:16 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.32 $ +-- > CVS $Date: 2005/05/12 10:03:33 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.33 $ -- -- The datatype of shell commands and the list of their options. ----------------------------------------------------------------------------- @@ -173,7 +173,7 @@ optionsOfCommand co = case co of CGenerateRandom -> flags "cat lang number depth" CGenerateTrees -> both "metas" "depth alts cat lang number" CPutTerm -> flags "transform number" - CWrapTerm _ -> none + CWrapTerm _ -> opts "c" CMorphoAnalyse -> both "short" "lang" CTestTokenizer -> flags "lexer" CComputeConcrete _ -> flags "res" |
