* src/bin/ltlcross.cc: Typo.
This commit is contained in:
parent
00bf8d1641
commit
b26b910358
1 changed files with 2 additions and 2 deletions
|
|
@ -89,9 +89,9 @@ Exit status:\n\
|
||||||
static const argp_option options[] =
|
static const argp_option options[] =
|
||||||
{
|
{
|
||||||
/**************************************************/
|
/**************************************************/
|
||||||
{ 0, 0, 0, 0, "Specifying translator to call:", 2 },
|
{ 0, 0, 0, 0, "Specifying translators to call:", 2 },
|
||||||
{ "translator", 't', "COMMANDFMT", 0,
|
{ "translator", 't', "COMMANDFMT", 0,
|
||||||
"register one translators to call", 0 },
|
"register one translator to call", 0 },
|
||||||
{ "timeout", 'T', "NUMBER", 0, "kill translators after NUMBER seconds", 0 },
|
{ "timeout", 'T', "NUMBER", 0, "kill translators after NUMBER seconds", 0 },
|
||||||
/**************************************************/
|
/**************************************************/
|
||||||
{ 0, 0, 0, 0,
|
{ 0, 0, 0, 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue