summaryrefslogtreecommitdiff
path: root/src/HelpFile.hs
diff options
context:
space:
mode:
authoraarne <unknown>2004-04-30 15:18:38 +0000
committeraarne <unknown>2004-04-30 15:18:38 +0000
commitfc99b225a7f39e8762e23acc78bf12398c9c11d9 (patch)
tree22be2304e9bb959f601d7bb8620235e51d3a4a37 /src/HelpFile.hs
parentc9d10ab5ed8b82ba0f74a25ca30103ccf0985e6d (diff)
generation command gt n
Diffstat (limited to 'src/HelpFile.hs')
-rw-r--r--src/HelpFile.hs9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/HelpFile.hs b/src/HelpFile.hs
index a8abb739f..07ae033b8 100644
--- a/src/HelpFile.hs
+++ b/src/HelpFile.hs
@@ -172,9 +172,16 @@ txtHelpFile =
"\n flags:" ++
"\n -cat generate in this category" ++
"\n -lang use the abstract syntax of this grammar" ++
- "\n -number generate this number of trees" ++
+ "\n -number generate this number of trees (not impl. with Tree argument)" ++
"\n -depth use this number of search steps at most" ++
"\n" ++
+ "\ngt, generate_trees: gt Int" ++
+ "\n Generates all trees up to the given depth." ++
+ "\n flags:" ++
+ "\n -cat generate in this category" ++
+ "\n -lang use the abstract syntax of this grammar" ++
+ "\n -number generate (at most) this number of trees" ++
+ "\n" ++
"\nma, morphologically_analyse: ma String" ++
"\n Runs morphological analysis on each word in String and displays" ++
"\n the results line by line." ++