summaryrefslogtreecommitdiff
path: root/src/HelpFile
diff options
context:
space:
mode:
authoraarne <unknown>2004-05-02 08:21:25 +0000
committeraarne <unknown>2004-05-02 08:21:25 +0000
commit54947d3e4c7bdcbfa3e00a8eb17c7f0b9696664a (patch)
tree8691f24c809b10b047f552690576bb9a6ace9c7c /src/HelpFile
parent487571a685382922f04985995d0f8779284bdc8d (diff)
gt Term
Diffstat (limited to 'src/HelpFile')
-rw-r--r--src/HelpFile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/HelpFile b/src/HelpFile
index 513c6add0..fa49f89ef 100644
--- a/src/HelpFile
+++ b/src/HelpFile
@@ -162,9 +162,11 @@ gr, generate_random: gr Tree?
-number generate this number of trees (not impl. with Tree argument)
-depth use this number of search steps at most
-gt, generate_trees: gt
+gt, generate_trees: gt Tree?
Generates all trees up to a given depth. If the depth is large,
- a small -alts is recommended
+ a small -alts is recommended. If a Tree argument is given, the
+ command completes the Tree with values to the metavariables in
+ the tree.
flags:
-depth generate to this depth (default 3)
-alts take this number of alternatives at each branch (default unlimited)