Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
06b8118d
Commit
06b8118d
authored
Dec 29, 2014
by
Alexandre Duret-Lutz
Browse files
ltl2tgba: rename --hoa to --hoaf
for consistency with autfilt, randaut, and dstar2tgba * src/bin/ltl2tgba.cc: Here.
parent
a7c1d4c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/ltl2tgba.cc
View file @
06b8118d
...
...
@@ -76,7 +76,7 @@ static const argp_option options[] =
"GraphViz's format (default). Add letters to chose (c) circular nodes, "
"(h) horizontal layout, (v) vertical layout, (n) with name, "
"(N) without name, (t) always transition-based acceptance."
,
0
},
{
"hoa"
,
'H'
,
"s|t|m|l"
,
OPTION_ARG_OPTIONAL
,
{
"hoa
f
"
,
'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
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment