diff options
| author | aarne <unknown> | 2005-05-12 09:03:33 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-05-12 09:03:33 +0000 |
| commit | ae60299c7def8a4c2af18320be773158936c6ac9 (patch) | |
| tree | 2dc587f26df0c952d9d6d60dc6f7c682afcd6c66 /src/GF/Shell/HelpFile.hs | |
| parent | d50c932a418e7368ac08cacf77d9c9ac1c98cb9b (diff) | |
pre-release adjustments
Diffstat (limited to 'src/GF/Shell/HelpFile.hs')
| -rw-r--r-- | src/GF/Shell/HelpFile.hs | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs index e55495e66..2723e5fbc 100644 --- a/src/GF/Shell/HelpFile.hs +++ b/src/GF/Shell/HelpFile.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/21 16:23:20 $ --- > CVS $Author: bringert $ --- > CVS $Revision: 1.2 $ +-- > CVS $Date: 2005/05/12 10:03:33 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.3 $ -- -- Help on shell commands. Generated from HelpFile by 'make help'. -- PLEASE DON'T EDIT THIS FILE. @@ -297,13 +297,16 @@ txtHelpFile = "\n examples:" ++ "\n p \"zero is even\" | pt -transform=solve -- solve ?'s in parse result" ++ "\n" ++ - "\n" ++ "\n* st, show_tree: st Tree" ++ "\n Prints the tree as a string. Unlike pt, this command cannot be" ++ "\n used in a pipe to produce a tree, since its output is a string." ++ "\n flags:" ++ "\n -printer show the tree in a special format (-printer=xml supported)" ++ "\n" ++ + "\nwt, wrap_tree: wt Fun" ++ + "\n Wraps the tree as the sole argument of Fun." ++ + "\n flags:" ++ + "\n -c compute the resulting new tree to normal form" ++ "\n" ++ "\n-- subshells" ++ "\n" ++ @@ -516,4 +519,4 @@ txtHelpFile = "\n -unlexer=bind like identity, but bind at \"&+\"" ++ "\n" ++ "\n-- *: Commands and options marked with * are not yet implemented." ++ - [] + []
\ No newline at end of file |
