diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-03-02 09:55:50 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-03-02 09:55:50 +0000 |
| commit | 35aac815db52ecdb6fd12e61139d3a74545cac6d (patch) | |
| tree | 72e3863db7f88b29f533cb8c8839d0696a6a6b54 /src/GF/Shell/ShellCommands.hs | |
| parent | c30936dc16adf799c94722c54635b914aeca33c6 (diff) | |
tb -trees ; rl ; path in gfe ; removed spurious "file not found"
Diffstat (limited to 'src/GF/Shell/ShellCommands.hs')
| -rw-r--r-- | src/GF/Shell/ShellCommands.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs index 56c172037..1351e8784 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -183,7 +183,7 @@ optionsOfCommand co = case co of CGenerateRandom -> both "cf prob" "cat lang number depth" CGenerateTrees -> both "metas" "atoms depth alts cat lang number" CPutTerm -> flags "transform number" - CTreeBank -> opts "c xml" + CTreeBank -> opts "c xml trees" CWrapTerm _ -> opts "c" CApplyTransfer _ -> flags "lang transfer" CMorphoAnalyse -> both "short" "lang" |
