tuning resource API

This commit is contained in:
aarne
2005-02-06 09:52:19 +00:00
parent a1e8229910
commit 92ba304626
2 changed files with 4 additions and 0 deletions

View File

@@ -82,8 +82,10 @@ pm, print_multigrammar: pm
(Automatically executes the strip command (s) before doing this.) (Automatically executes the strip command (s) before doing this.)
options: options:
-utf8 apply UTF8-encoding to the grammar -utf8 apply UTF8-encoding to the grammar
-graph print module dependency graph in 'dot' format
examples: examples:
pm | wf Letter.gfcm -- print the grammar into the file Letter.gfcm pm | wf Letter.gfcm -- print the grammar into the file Letter.gfcm
pm -printer=graph | wf D.dot -- then do 'dot -Tps D.dot > D.ps'
po, print_options: po po, print_options: po
Print what modules there are in the state. Also Print what modules there are in the state. Also

View File

@@ -111,8 +111,10 @@ txtHelpFile =
"\n (Automatically executes the strip command (s) before doing this.)" ++ "\n (Automatically executes the strip command (s) before doing this.)" ++
"\n options:" ++ "\n options:" ++
"\n -utf8 apply UTF8-encoding to the grammar" ++ "\n -utf8 apply UTF8-encoding to the grammar" ++
"\n -graph print module dependency graph in 'dot' format" ++
"\n examples:" ++ "\n examples:" ++
"\n pm | wf Letter.gfcm -- print the grammar into the file Letter.gfcm" ++ "\n pm | wf Letter.gfcm -- print the grammar into the file Letter.gfcm" ++
"\n pm -printer=graph | wf D.dot -- then do 'dot -Tps D.dot > D.ps'" ++
"\n" ++ "\n" ++
"\npo, print_options: po" ++ "\npo, print_options: po" ++
"\n Print what modules there are in the state. Also" ++ "\n Print what modules there are in the state. Also" ++