bin: fix help text for --dot

* src/bin/common_aoutput.cc, src/bin/dstar2tgba.cc: Here.
This commit is contained in:
Alexandre Duret-Lutz 2015-01-04 15:59:45 +01:00
parent c6a5de3e23
commit a5d52633bd
2 changed files with 11 additions and 17 deletions

View file

@ -71,7 +71,7 @@ static const argp_option options[] =
"of the given property)", 0 },
/**************************************************/
{ 0, 0, 0, 0, "Output format:", 3 },
{ "dot", OPT_DOT, "c|h|n|N|t|v", OPTION_ARG_OPTIONAL,
{ "dot", OPT_DOT, "c|h|n|N|s|t|v", OPTION_ARG_OPTIONAL,
"GraphViz's format (default). Add letters to chose (c) circular nodes, "
"(h) horizontal layout, (v) vertical layout, (n) with name, "
"(N) without name, (s) with SCCs, "