summaryrefslogtreecommitdiff
path: root/src/HelpFile.hs
diff options
context:
space:
mode:
authoraarne <unknown>2004-06-16 14:49:50 +0000
committeraarne <unknown>2004-06-16 14:49:50 +0000
commita77519ba1045d23a7bb8ea1c56cc90518e9fedb9 (patch)
tree68d72eb77950cf179e8a23ca749a9909b1f2d457 /src/HelpFile.hs
parent9fae09a77c1f31468129a47cb79156d55f5f2939 (diff)
bug fixes ; command so ; reintroduce batch mode
Diffstat (limited to 'src/HelpFile.hs')
-rw-r--r--src/HelpFile.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/HelpFile.hs b/src/HelpFile.hs
index 59f2702b9..d397977e1 100644
--- a/src/HelpFile.hs
+++ b/src/HelpFile.hs
@@ -158,6 +158,17 @@ txtHelpFile =
"\n flags:" ++
"\n -res use another module than the topmost one" ++
"\n" ++
+ "\nso, show_operations: so Type" ++
+ "\n Show oper operations with the given value type. Uses the topmost " ++
+ "\n resource module to resolve constant names. " ++
+ "\n N.B. You need the flag -retain when importing the grammar, if you want " ++
+ "\n the oper definitions to be retained after compilation; otherwise this" ++
+ "\n command does not find any oper constants." ++
+ "\n N.B.' The value type may not be defined in a supermodule of the" ++
+ "\n topmost resource. In that case, use appropriate qualified name." ++
+ "\n flags:" ++
+ "\n -res use another module than the topmost one" ++
+ "\n" ++
"\nt, translate: t Lang Lang String" ++
"\n Parses String in Lang1 and linearizes the resulting Trees in Lang2." ++
"\n flags:" ++