bin: make --stats and --format synonyms
* bin/common_output.cc: Make --stats an alias of --format. * bin/common_aoutput.cc: Make --format an alias of --stats. * tests/core/acc2.test, tests/core/format.test: Test these aliases. * NEWS: Mention this.
This commit is contained in:
parent
f726152ebd
commit
e452e09ff7
5 changed files with 10 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
genltl --dac=1..10 --format='%s,%b,%x,%f' > output
|
||||
genltl --dac=1..10 --stats='%s,%b,%x,%f' > output
|
||||
cat >expected <<EOF
|
||||
3,2,1,G!p0
|
||||
7,6,2,Fp0 -> (!p1 U p0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue