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:
Alexandre Duret-Lutz 2019-12-28 22:10:33 +01:00
parent 1f90e1cff9
commit 383d1c003c
3 changed files with 6 additions and 6 deletions

View file

@ -153,7 +153,7 @@ ARGMATCH_VERIFY(errors_args, errors_types);
const struct argp_child children[] =
{
{ &hoaread_argp, 0, "Parsing of automata:", 3 },
{ &finput_argp, 0, nullptr, 1 },
{ &finput_argp, 0, nullptr, 0 },
{ &trans_argp, 0, nullptr, 3 },
{ &aoutput_argp, 0, nullptr, 6 },
{ build_percent_list(), 0, nullptr, 7 },