GF shell: fix help text for generate_trees

Trees are not generated with increasing depth.
This commit is contained in:
hallgren
2013-12-06 13:45:12 +00:00
parent 0585428018
commit d6974a4065

View File

@@ -415,8 +415,8 @@ allCommands = Map.fromList [
longname = "generate_trees",
synopsis = "generates a list of trees, by default exhaustive",
explanation = unlines [
"Generates all trees of a given category, with increasing depth.",
"By default, the depth is 4, but this can be changed by a flag.",
"Generates all trees of a given category. By default, ",
"the depth is limited to 4, but this can be changed by a flag.",
"If a Tree argument is given, the command completes the Tree with values",
"to all metavariables in the tree."
],