diff options
| author | aarne <unknown> | 2005-07-01 07:16:31 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-07-01 07:16:31 +0000 |
| commit | d27fd4913b504189e531caa0365ec29357f35447 (patch) | |
| tree | a011dd5837272a4c474d45826184f12291832e52 /src/HelpFile | |
| parent | 4d94cdfd66c63eb01ad90c292f3dc75878a0e8a7 (diff) | |
vt -o ; Finnish infinitives
Diffstat (limited to 'src/HelpFile')
| -rw-r--r-- | src/HelpFile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/HelpFile b/src/HelpFile index dcd246858..03a1c1be5 100644 --- a/src/HelpFile +++ b/src/HelpFile @@ -288,6 +288,11 @@ vt, visualize_tree: vt Tree -c show categories only (no functions) -f show functions only (no categories) -g show as graph (sharing uses of the same function) + -o just generate the .dot file + examples: + p "hello world" | vt -o | wf my.dot ;; ! open -a GraphViz my.dot + -- This writes the parse tree into my.dot and opens the .dot file + -- with another application without generating .ps. -- subshells |
