autfilt, dstar2tgba: fix --help
* src/bin/autfilt.cc, src/bin/dstar2tgba.cc: Do not reference the formula in --help.
This commit is contained in:
parent
131299d03e
commit
6eeb74e15f
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ static const argp_option options[] =
|
||||||
"Transition-based Generalized Büchi Automaton (default)", 0 },
|
"Transition-based Generalized Büchi Automaton (default)", 0 },
|
||||||
{ "ba", 'B', 0, 0, "Büchi Automaton", 0 },
|
{ "ba", 'B', 0, 0, "Büchi Automaton", 0 },
|
||||||
{ "monitor", 'M', 0, 0, "Monitor (accepts all finite prefixes "
|
{ "monitor", 'M', 0, 0, "Monitor (accepts all finite prefixes "
|
||||||
"of the given formula)", 0 },
|
"of the given property)", 0 },
|
||||||
/**************************************************/
|
/**************************************************/
|
||||||
{ 0, 0, 0, 0, "Output format:", 3 },
|
{ 0, 0, 0, 0, "Output format:", 3 },
|
||||||
{ "dot", OPT_DOT, 0, 0, "GraphViz's format (default)", 0 },
|
{ "dot", OPT_DOT, 0, 0, "GraphViz's format (default)", 0 },
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ static const argp_option options[] =
|
||||||
"Transition-based Generalized Büchi Automaton (default)", 0 },
|
"Transition-based Generalized Büchi Automaton (default)", 0 },
|
||||||
{ "ba", 'B', 0, 0, "Büchi Automaton", 0 },
|
{ "ba", 'B', 0, 0, "Büchi Automaton", 0 },
|
||||||
{ "monitor", 'M', 0, 0, "Monitor (accepts all finite prefixes "
|
{ "monitor", 'M', 0, 0, "Monitor (accepts all finite prefixes "
|
||||||
"of the given formula)", 0 },
|
"of the given property)", 0 },
|
||||||
/**************************************************/
|
/**************************************************/
|
||||||
{ 0, 0, 0, 0, "Output format:", 3 },
|
{ 0, 0, 0, 0, "Output format:", 3 },
|
||||||
{ "dot", OPT_DOT, 0, 0, "GraphViz's format (default)", 0 },
|
{ "dot", OPT_DOT, 0, 0, "GraphViz's format (default)", 0 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue