bin: document %% for ltldo and ltlcross

I had no idea this was working...
Reported by Joachim Klein.

* src/bin/common_trans.cc: Document it.
* src/tests/ltlcross3.test: Test it.
This commit is contained in:
Alexandre Duret-Lutz 2015-07-16 19:55:31 +02:00
parent a39ebcc8cc
commit 31f5ea75b2
2 changed files with 8 additions and 2 deletions

View file

@ -425,6 +425,7 @@ static const argp_option options[] =
{ "%O,%D", 0, 0, OPTION_DOC | OPTION_NO_USAGE,
"the automaton is output as either (%O) HOA/never claim/LBTT, or (%D) "
"in LTL2DSTAR's format", 0 },
{ "%%", 0, 0, OPTION_DOC | OPTION_NO_USAGE, "a single %", 0 },
{ 0, 0, 0, 0,
"If either %l, %L, or %T are used, any input formula that does "
"not use LBT-style atomic propositions (i.e. p0, p1, ...) will be "