summaryrefslogtreecommitdiff
path: root/src/HelpFile
diff options
context:
space:
mode:
authoraarne <unknown>2005-05-12 09:03:33 +0000
committeraarne <unknown>2005-05-12 09:03:33 +0000
commitae60299c7def8a4c2af18320be773158936c6ac9 (patch)
tree2dc587f26df0c952d9d6d60dc6f7c682afcd6c66 /src/HelpFile
parentd50c932a418e7368ac08cacf77d9c9ac1c98cb9b (diff)
pre-release adjustments
Diffstat (limited to 'src/HelpFile')
-rw-r--r--src/HelpFile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/HelpFile b/src/HelpFile
index ead186001..4ebb00d1d 100644
--- a/src/HelpFile
+++ b/src/HelpFile
@@ -268,13 +268,16 @@ pt, put_tree: pt Tree
examples:
p "zero is even" | pt -transform=solve -- solve ?'s in parse result
-
* st, show_tree: st Tree
Prints the tree as a string. Unlike pt, this command cannot be
used in a pipe to produce a tree, since its output is a string.
flags:
-printer show the tree in a special format (-printer=xml supported)
+wt, wrap_tree: wt Fun
+ Wraps the tree as the sole argument of Fun.
+ flags:
+ -c compute the resulting new tree to normal form
-- subshells