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
1b5b9e4a
Commit
1b5b9e4a
authored
Oct 27, 2015
by
Alexandre Duret-Lutz
Browse files
* src/bin/common_post.cc: Fix description of --any.
parent
71979840
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/common_post.cc
View file @
1b5b9e4a
...
...
@@ -74,7 +74,7 @@ static const argp_option options_disabled[] =
/**************************************************/
{
nullptr
,
0
,
nullptr
,
0
,
"Output automaton type:"
,
2
},
{
"generic"
,
OPT_GENERIC
,
nullptr
,
0
,
"
A
ny acceptance is allowed (default)"
,
0
},
"
a
ny acceptance is allowed (default)"
,
0
},
{
"tgba"
,
OPT_TGBA
,
nullptr
,
0
,
"Transition-based Generalized Büchi Automaton"
,
0
},
{
"ba"
,
'B'
,
nullptr
,
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