bin: better documentation for --hoaf=s
* src/bin/common_aoutput.cc, src/bin/dstar2tgba.cc: Here.
This commit is contained in:
parent
5b3034b605
commit
af1d05fd13
2 changed files with 8 additions and 4 deletions
|
|
@ -56,8 +56,10 @@ static const argp_option options[] =
|
||||||
"(t) force transition-based acceptance.", 0 },
|
"(t) force transition-based acceptance.", 0 },
|
||||||
{ "hoaf", 'H', "s|t|m|l", OPTION_ARG_OPTIONAL,
|
{ "hoaf", 'H', "s|t|m|l", OPTION_ARG_OPTIONAL,
|
||||||
"Output the automaton in HOA format. Add letters to select "
|
"Output the automaton in HOA format. Add letters to select "
|
||||||
"(s) state-based acceptance, (t) transition-based acceptance, "
|
"(s) prefer state-based acceptance when possible [default], "
|
||||||
"(m) mixed acceptance, (l) single-line output", 0 },
|
"(t) force transition-based acceptance, "
|
||||||
|
"(m) mix state and transition-based acceptance, "
|
||||||
|
"(l) single-line output", 0 },
|
||||||
{ "lbtt", OPT_LBTT, "t", OPTION_ARG_OPTIONAL,
|
{ "lbtt", OPT_LBTT, "t", OPTION_ARG_OPTIONAL,
|
||||||
"LBTT's format (add =t to force transition-based acceptance even"
|
"LBTT's format (add =t to force transition-based acceptance even"
|
||||||
" on Büchi automata)", 0 },
|
" on Büchi automata)", 0 },
|
||||||
|
|
|
||||||
|
|
@ -78,8 +78,10 @@ static const argp_option options[] =
|
||||||
"(t) force transition-based acceptance.", 0 },
|
"(t) force transition-based acceptance.", 0 },
|
||||||
{ "hoaf", 'H', "s|t|m|l", OPTION_ARG_OPTIONAL,
|
{ "hoaf", 'H', "s|t|m|l", OPTION_ARG_OPTIONAL,
|
||||||
"Output the automaton in HOA format. Add letters to select "
|
"Output the automaton in HOA format. Add letters to select "
|
||||||
"(s) state-based acceptance, (t) transition-based acceptance, "
|
"(s) prefer state-based acceptance when possible [default], "
|
||||||
"(m) mixed acceptance, (l) single-line output", 0 },
|
"(t) force transition-based acceptance, "
|
||||||
|
"(m) mix state and transition-based acceptance, "
|
||||||
|
"(l) single-line output", 0 },
|
||||||
{ "lbtt", OPT_LBTT, "t", OPTION_ARG_OPTIONAL,
|
{ "lbtt", OPT_LBTT, "t", OPTION_ARG_OPTIONAL,
|
||||||
"LBTT's format (add =t to force transition-based acceptance even"
|
"LBTT's format (add =t to force transition-based acceptance even"
|
||||||
" on Büchi automata)", 0 },
|
" on Büchi automata)", 0 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue