From d27fd4913b504189e531caa0365ec29357f35447 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 1 Jul 2005 07:16:31 +0000 Subject: vt -o ; Finnish infinitives --- src/GF/Shell/HelpFile.hs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/GF/Shell/HelpFile.hs') diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs index 6a95ff7bf..6a1b55d33 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/20 16:14:19 $ +-- > CVS $Date: 2005/07/01 08:16:32 $ -- > CVS $Author: aarne $ --- > CVS $Revision: 1.6 $ +-- > CVS $Revision: 1.7 $ -- -- Help on shell commands. Generated from HelpFile by 'make help'. -- PLEASE DON'T EDIT THIS FILE. @@ -317,6 +317,11 @@ txtHelpFile = "\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 -o just generate the .dot file" ++ + "\n examples:" ++ + "\n p \"hello world\" | vt -o | wf my.dot ;; ! open -a GraphViz my.dot" ++ + "\n -- This writes the parse tree into my.dot and opens the .dot file" ++ + "\n -- with another application without generating .ps." ++ "\n" ++ "\n-- subshells" ++ "\n" ++ -- cgit v1.2.3