diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-03-31 13:20:40 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-03-31 13:20:40 +0000 |
| commit | ae30eca84446f8968341275518fe263660ec0534 (patch) | |
| tree | 5a2525324fded7b07ca987817da0a73c14b77448 /src/GF/Shell/ShellCommands.hs | |
| parent | 0b3af5175e7cc7663a97d3453d6184ec75c264ae (diff) | |
gt -noexpand
Diffstat (limited to 'src/GF/Shell/ShellCommands.hs')
| -rw-r--r-- | src/GF/Shell/ShellCommands.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs index b62f2119d..d6209cffa 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -179,12 +179,12 @@ optionsOfCommand co = case co of CStripState -> none CTransformGrammar _ -> flags "printer" CConvertLatex _ -> none - CLinearize _ -> both "utf8 table struct record all multi" "lang number unlexer" + CLinearize _ -> both "utf8 table struct record all multi" "lang number unlexer mark" CParse -> both "cut new newer cfg mcfg n ign raw v lines all prob" "cat lang lexer parser number rawtrees" CTranslate _ _ -> opts "cat lexer parser" CGenerateRandom -> both "cf prob" "cat lang number depth" - CGenerateTrees -> both "metas" "atoms depth alts cat lang number" + CGenerateTrees -> both "metas" "atoms depth alts cat lang number noexpand" CPutTerm -> flags "transform number" CTreeBank -> opts "c xml trees" CLookupTreebank -> both "assocs raw strings trees" "treebank" @@ -216,7 +216,7 @@ optionsOfCommand co = case co of CPrintMultiGrammar -> both "utf8 utf8id" "printer" CPrintSourceGrammar -> both "utf8" "printer" - CHelp _ -> opts "all alts atoms coding defs filter length lexer unlexer printer probs transform depth number" + CHelp _ -> opts "all alts atoms coding defs filter length lexer unlexer printer probs transform depth number cat" CImpure ICEditSession -> both "f" "file" CImpure ICTranslateSession -> both "f langs" "cat" |
