cc -table

This commit is contained in:
aarne
2007-02-23 16:28:06 +00:00
parent 1d803dff10
commit 5264780e67
5 changed files with 26 additions and 2 deletions

View File

@@ -299,6 +299,7 @@ txtHelpFile =
"\n N.B.' The resulting Term is not a term in the sense of abstract syntax," ++
"\n and hence not a valid input to a Tree-demanding command." ++
"\n flags:" ++
"\n -table show output in a similar readable format as 'l -table'" ++
"\n -res use another module than the topmost one" ++
"\n examples:" ++
"\n cc -res=ParadigmsFin (nLukko \"hyppy\") -- inflect \"hyppy\" with nLukko" ++

View File

@@ -197,7 +197,7 @@ optionsOfCommand co = case co of
CApplyTransfer _ -> flags "lang transfer"
CMorphoAnalyse -> both "short" "lang"
CTestTokenizer -> flags "lexer"
CComputeConcrete _ -> flags "res"
CComputeConcrete _ -> both "table" "res"
CShowOpers _ -> flags "res"
CTranslationQuiz _ _ -> flags "cat"