Skip to content
GitLab
Menu
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
6eeb74e1
Commit
6eeb74e1
authored
Nov 20, 2014
by
Alexandre Duret-Lutz
Browse files
autfilt, dstar2tgba: fix --help
* src/bin/autfilt.cc, src/bin/dstar2tgba.cc: Do not reference the formula in --help.
parent
131299d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/autfilt.cc
View file @
6eeb74e1
...
...
@@ -66,7 +66,7 @@ static const argp_option options[] =
"Transition-based Generalized Büchi Automaton (default)"
,
0
},
{
"ba"
,
'B'
,
0
,
0
,
"Büchi Automaton"
,
0
},
{
"monitor"
,
'M'
,
0
,
0
,
"Monitor (accepts all finite prefixes "
"of the given
formula
)"
,
0
},
"of the given
property
)"
,
0
},
/**************************************************/
{
0
,
0
,
0
,
0
,
"Output format:"
,
3
},
{
"dot"
,
OPT_DOT
,
0
,
0
,
"GraphViz's format (default)"
,
0
},
...
...
src/bin/dstar2tgba.cc
View file @
6eeb74e1
...
...
@@ -67,7 +67,7 @@ static const argp_option options[] =
"Transition-based Generalized Büchi Automaton (default)"
,
0
},
{
"ba"
,
'B'
,
0
,
0
,
"Büchi Automaton"
,
0
},
{
"monitor"
,
'M'
,
0
,
0
,
"Monitor (accepts all finite prefixes "
"of the given
formula
)"
,
0
},
"of the given
property
)"
,
0
},
/**************************************************/
{
0
,
0
,
0
,
0
,
"Output format:"
,
3
},
{
"dot"
,
OPT_DOT
,
0
,
0
,
"GraphViz's format (default)"
,
0
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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