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:
parent
5ed56c054b
commit
13377542cd
2 changed files with 31 additions and 28 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue