org: clarify that ltl2tgba does not only output TGBA

* doc/org/tools.org: Adjust the link to ltl2tgba.org.
* doc/org/ltl2tgba.org: Also point out that --generic and --parity can
be used without --deterministic.
* bin/ltl2tgba.cc, bin/spot.cc: Adjust help text.
This commit is contained in:
Alexandre Duret-Lutz 2018-06-27 16:49:31 +02:00
parent 90e8cb9d2d
commit 4235b007f3
4 changed files with 11 additions and 8 deletions

View file

@ -40,10 +40,10 @@
#include <spot/misc/timer.hh>
static const char argp_program_doc[] ="\
Translate linear-time formulas (LTL/PSL) into Büchi automata.\n\n\
Translate linear-time formulas (LTL/PSL) into various types of automata.\n\n\
By default it will apply all available optimizations to output \
the smallest Transition-based Generalized Büchi Automata, \
in GraphViz's format.\n\
output in the HOA format.\n\
If multiple formulas are supplied, several automata will be output.";