autfilt: fix a typo in the --help output

* bin/common_aoutput.cc: Here.
* doc/org/autfilt.org: Adjust the documentation.
This commit is contained in:
Alexandre Duret-Lutz 2023-11-16 10:52:55 +01:00
parent 5ed56c054b
commit 13377542cd
2 changed files with 31 additions and 28 deletions

View file

@ -213,7 +213,7 @@ static const argp_option io_options[] =
0, nullptr, OPTION_DOC | OPTION_NO_USAGE,
"number of edges (add one LETTER to select (r) reachable [default], "
"(u) unreachable, (a) all).", 0 },
{ "%T, %t, %[LETTER]E, %[LETTER]e",
{ "%T, %t, %[LETTER]T, %[LETTER]t",
0, nullptr, OPTION_DOC | OPTION_NO_USAGE,
"number of transitions (add one LETTER to select (r) reachable "
"[default], (u) unreachable, (a) all).", 0 },