bin: add -d as a shorthand for --dot

* bin/common_aoutput.cc: Here.
* NEWS, doc/org/oaut.org: Mention it.
* tests/core/readsave.test: Use it once.
This commit is contained in:
Alexandre Duret-Lutz 2016-01-06 16:25:58 +01:00
parent ea5f52ddbb
commit cca2022e90
4 changed files with 45 additions and 35 deletions

5
NEWS
View file

@ -2,8 +2,9 @@ New in spot 1.99.6a (not yet released)
Command-line tools:
* randaut's short option for --density used to be -d. It has been renamed
to -e so that -d means --dot in all tools.
* Tools that output automata now accept -d as a shorthand for --dot.
randaut's short option for specifying edge-density used to be -d:
it has been renamed to -e.
* autfilt has a new option: --is-inherently-weak.