vt -o ; Finnish infinitives

This commit is contained in:
aarne
2005-07-01 07:16:31 +00:00
parent 4d94cdfd66
commit d27fd4913b
4 changed files with 19 additions and 7 deletions

View File

@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
-- > CVS $Date: 2005/06/20 16:14:20 $
-- > CVS $Date: 2005/07/01 08:16:32 $
-- > CVS $Author: aarne $
-- > CVS $Revision: 1.38 $
-- > CVS $Revision: 1.39 $
--
-- The datatype of shell commands and the list of their options.
-----------------------------------------------------------------------------
@@ -191,7 +191,7 @@ optionsOfCommand co = case co of
CSpeakAloud -> flags "language"
CPutString -> both "utf8" "filter length"
CShowTerm -> flags "printer"
CShowTreeGraph -> opts "c f g"
CShowTreeGraph -> opts "c f g o"
CSystemCommand _ -> none
CPrintGrammar -> both "utf8" "printer lang"