print_hoa: diagnose unknown options

* src/twaalgos/hoa.cc: Here.
* src/tests/readsave.test: Test it.
* NEWS: Mention it.
* src/twaalgos/dot.cc, src/twaalgos/neverclaim.cc: Fix the
error message.
This commit is contained in:
Alexandre Duret-Lutz 2015-07-24 23:23:55 +02:00
parent 5cd8c1b8cc
commit 3edd55fcd5
5 changed files with 13 additions and 3 deletions

2
NEWS
View file

@ -3,6 +3,8 @@ New in spot 1.99.2a (not yet released)
* Bugs fixed
- Some acceptance conditions like Fin(0)|Fin(1)|Fin(2)&Inf(3)
where not detected as generalized-Rabin.
- Unknown arguments for print_hoa() (i.e., option -H in command-line
tools) are now diagnosed.
New in spot 1.99.2 (2015-07-18)