summaryrefslogtreecommitdiff
path: root/src/GF/Shell/HelpFile.hs
diff options
context:
space:
mode:
authoraarne <unknown>2005-06-20 15:14:19 +0000
committeraarne <unknown>2005-06-20 15:14:19 +0000
commit9cf71d3bba75f157e72bc08f984a2262885ed506 (patch)
tree1a5851d572ef67d34bcd61eb24badefc6569aa21 /src/GF/Shell/HelpFile.hs
parent2c48a10236bb19d8b04382cb1e957ce18b9d29fd (diff)
parse tree visualization
Diffstat (limited to 'src/GF/Shell/HelpFile.hs')
-rw-r--r--src/GF/Shell/HelpFile.hs12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs
index 84069ec2b..6a95ff7bf 100644
--- a/src/GF/Shell/HelpFile.hs
+++ b/src/GF/Shell/HelpFile.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/06/10 21:04:01 $
+-- > CVS $Date: 2005/06/20 16:14:19 $
-- > CVS $Author: aarne $
--- > CVS $Revision: 1.5 $
+-- > CVS $Revision: 1.6 $
--
-- Help on shell commands. Generated from HelpFile by 'make help'.
-- PLEASE DON'T EDIT THIS FILE.
@@ -310,6 +310,14 @@ txtHelpFile =
"\n flags:" ++
"\n -c compute the resulting new tree to normal form" ++
"\n" ++
+ "\nvt, visualize_tree: vt Tree" ++
+ "\n Shows the abstract syntax tree via dot and gv (via temporary files" ++
+ "\n grphtmp.dot, grphtmp.ps)." ++
+ "\n flags:" ++
+ "\n -c show categories only (no functions)" ++
+ "\n -f show functions only (no categories)" ++
+ "\n -g show as graph (sharing uses of the same function)" ++
+ "\n" ++
"\n-- subshells" ++
"\n" ++
"\nes, editing_session: es" ++