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
17c57b52
Commit
17c57b52
authored
Apr 18, 2016
by
Alexandre Duret-Lutz
Browse files
Typo in --help output
* bin/common_aoutput.cc: Fix --help output for -Hk. * NEWS: Mention it.
parent
7006ef49
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
17c57b52
New in spot 2.0a (not yet released)
Nothing yet.
Bug fixes:
* Typo in documentation of the -H option in --help output.
New in spot 2.0 (2016-04-11)
...
...
bin/common_aoutput.cc
View file @
17c57b52
...
...
@@ -101,7 +101,7 @@ static const argp_option options[] =
"(+INT) add INT to all set numbers, "
"(<INT) display at most INT states, "
"(#) show internal edge numbers"
,
0
},
{
"hoaf"
,
'H'
,
"i|l|m|s|t|v"
,
OPTION_ARG_OPTIONAL
,
{
"hoaf"
,
'H'
,
"i|
k|
l|m|s|t|v"
,
OPTION_ARG_OPTIONAL
,
"Output the automaton in HOA format (default). Add letters to select "
"(i) use implicit labels for complete deterministic automata, "
"(s) prefer state-based acceptance when possible [default], "
...
...
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