bin: Use --output-format=hoa by default when calling ltl2dstar

* src/bin/common_trans.cc: Here.
* doc/org/ltlcross.org: Adjust examples.
This commit is contained in:
Alexandre Duret-Lutz 2015-06-02 17:27:58 +02:00
parent 0218074b0b
commit 6298918497
2 changed files with 18 additions and 11 deletions

View file

@ -41,7 +41,7 @@ static struct shorthands_t
shorthands[] = {
{ "lbt", " <%L>%O" },
{ "ltl2ba", " -f %s>%O" },
{ "ltl2dstar", " %L %D"},
{ "ltl2dstar", " --output-format=hoa %L %O"},
{ "ltl2tgba", " -H %f>%O" },
{ "ltl3ba", " -f %s>%O" },
{ "ltl3dra", " -f %f>%O" },