ltl2tgba, ltldo: fix location of --negate in --help output
* bin/common_finput.cc, bin/ltl2tgba.cc, bin/ltldo.cc: Make sure --negate is listed along with input options.
This commit is contained in:
parent
cfe3ed707a
commit
2764e81588
3 changed files with 6 additions and 6 deletions
|
|
@ -70,7 +70,7 @@ static const argp_option options[] =
|
|||
|
||||
const struct argp_child children[] =
|
||||
{
|
||||
{ &finput_argp, 0, nullptr, 1 },
|
||||
{ &finput_argp, 0, nullptr, 0 },
|
||||
{ &aoutput_argp, 0, nullptr, 0 },
|
||||
{ &aoutput_o_format_argp, 0, nullptr, 0 },
|
||||
{ &post_argp, 0, nullptr, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue