bin: better documentation for --hoaf=s

* src/bin/common_aoutput.cc, src/bin/dstar2tgba.cc: Here.
This commit is contained in:
Alexandre Duret-Lutz 2015-02-26 11:35:20 +01:00
parent 5b3034b605
commit af1d05fd13
2 changed files with 8 additions and 4 deletions

View file

@ -56,8 +56,10 @@ static const argp_option options[] =
"(t) force transition-based acceptance.", 0 },
{ "hoaf", 'H', "s|t|m|l", OPTION_ARG_OPTIONAL,
"Output the automaton in HOA format. Add letters to select "
"(s) state-based acceptance, (t) transition-based acceptance, "
"(m) mixed acceptance, (l) single-line output", 0 },
"(s) prefer state-based acceptance when possible [default], "
"(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's format (add =t to force transition-based acceptance even"
" on Büchi automata)", 0 },