forked from GitHub/gf-core
GF shell: fix help text for generate_trees
Trees are not generated with increasing depth.
This commit is contained in:
@@ -415,8 +415,8 @@ allCommands = Map.fromList [
|
|||||||
longname = "generate_trees",
|
longname = "generate_trees",
|
||||||
synopsis = "generates a list of trees, by default exhaustive",
|
synopsis = "generates a list of trees, by default exhaustive",
|
||||||
explanation = unlines [
|
explanation = unlines [
|
||||||
"Generates all trees of a given category, with increasing depth.",
|
"Generates all trees of a given category. By default, ",
|
||||||
"By default, the depth is 4, but this can be changed by a flag.",
|
"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",
|
"If a Tree argument is given, the command completes the Tree with values",
|
||||||
"to all metavariables in the tree."
|
"to all metavariables in the tree."
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user