summaryrefslogtreecommitdiff
path: root/src/GF/Shell
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-03-06 21:27:49 +0000
committeraarne <aarne@cs.chalmers.se>2006-03-06 21:27:49 +0000
commit7d2a9992f3faee63461185580bbe254f6c288a68 (patch)
treeb9c968024a3d57ce5b630e3a24945a6ab87a95e6 /src/GF/Shell
parenta961739bbf672eaad0a26fb15372fcc68c902ef1 (diff)
more treebank options; updated history
Diffstat (limited to 'src/GF/Shell')
-rw-r--r--src/GF/Shell/HelpFile.hs3
-rw-r--r--src/GF/Shell/ShellCommands.hs2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs
index ca795d01c..7c9133417 100644
--- a/src/GF/Shell/HelpFile.hs
+++ b/src/GF/Shell/HelpFile.hs
@@ -252,7 +252,8 @@ txtHelpFile =
"\n options:" ++
"\n -assocs show all string-trees associations in the treebank" ++
"\n -strings show all strings in the treebank" ++
- "\n -raw return result as string, without typechecking it" ++
+ "\n -trees show all trees in the treebank" ++
+ "\n -raw return the lookup result as string, without typechecking it" ++
"\n flags:" ++
"\n -treebank use this treebank (instead of the latest introduced one)" ++
"\n examples:" ++
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs
index 160f7bc22..b62f2119d 100644
--- a/src/GF/Shell/ShellCommands.hs
+++ b/src/GF/Shell/ShellCommands.hs
@@ -187,7 +187,7 @@ optionsOfCommand co = case co of
CGenerateTrees -> both "metas" "atoms depth alts cat lang number"
CPutTerm -> flags "transform number"
CTreeBank -> opts "c xml trees"
- CLookupTreebank -> both "assocs raw strings" "treebank"
+ CLookupTreebank -> both "assocs raw strings trees" "treebank"
CWrapTerm _ -> opts "c"
CApplyTransfer _ -> flags "lang transfer"
CMorphoAnalyse -> both "short" "lang"