Typo in --help output
* bin/common_aoutput.cc: Fix --help output for -Hk. * NEWS: Mention it.
This commit is contained in:
parent
7006ef492b
commit
17c57b5272
2 changed files with 4 additions and 2 deletions
4
NEWS
4
NEWS
|
|
@ -1,6 +1,8 @@
|
|||
New in spot 2.0a (not yet released)
|
||||
|
||||
Nothing yet.
|
||||
Bug fixes:
|
||||
|
||||
* Typo in documentation of the -H option in --help output.
|
||||
|
||||
New in spot 2.0 (2016-04-11)
|
||||
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ static const argp_option options[] =
|
|||
"(+INT) add INT to all set numbers, "
|
||||
"(<INT) display at most INT states, "
|
||||
"(#) show internal edge numbers", 0 },
|
||||
{ "hoaf", 'H', "i|l|m|s|t|v", OPTION_ARG_OPTIONAL,
|
||||
{ "hoaf", 'H', "i|k|l|m|s|t|v", OPTION_ARG_OPTIONAL,
|
||||
"Output the automaton in HOA format (default). Add letters to select "
|
||||
"(i) use implicit labels for complete deterministic automata, "
|
||||
"(s) prefer state-based acceptance when possible [default], "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue