* wrap/python/cgi-bin/ltl2tgba.in: Reword description of svg_output.
This commit is contained in:
parent
72ae820b0c
commit
bc61ca73c6
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-02-02 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* wrap/python/cgi-bin/ltl2tgba.in: Reword description of svg_output.
|
||||||
|
|
||||||
2010-02-02 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-02-02 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Add SVG output and language containment options to the cgi script.
|
Add SVG output and language containment options to the cgi script.
|
||||||
|
|
|
||||||
|
|
@ -253,7 +253,7 @@ options_common = [
|
||||||
('show_degen_png', 'draw degeneralized Büchi automaton', 0),
|
('show_degen_png', 'draw degeneralized Büchi automaton', 0),
|
||||||
('show_never_claim', 'output Spin never claim', 0),
|
('show_never_claim', 'output Spin never claim', 0),
|
||||||
('show_lbtt', 'convert automaton for LBTT', 0),
|
('show_lbtt', 'convert automaton for LBTT', 0),
|
||||||
('svg_output', 'draw automata in SVG instead of PNG' + new, 0),
|
('svg_output', 'render automata in SVG instead of PNG' + new, 0),
|
||||||
]
|
]
|
||||||
options_reduce = [
|
options_reduce = [
|
||||||
('reduce_basics', 'basic rewritings', 1),
|
('reduce_basics', 'basic rewritings', 1),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue