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
cf65f606
Commit
cf65f606
authored
Jan 02, 2015
by
Alexandre Duret-Lutz
Browse files
ltlgrind: cosmetics
* src/bin/ltlgrind.cc: Adjust help text to match other tools.
parent
06b8118d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/ltlgrind.cc
View file @
cf65f606
...
...
@@ -50,7 +50,7 @@ static const char * argp_program_doc =
"List formulas that are similar to but simpler than a given formula."
;
static
const
argp_option
options
[]
=
{
{
"mutations"
,
'm'
,
"N"
,
0
,
"number of mutations to apply to the "
\
{
"mutations"
,
'm'
,
"N
UM
"
,
0
,
"number of mutations to apply to the "
\
"formulae (default: 1)"
,
-
1
},
{
"sort"
,
OPT_SORT
,
0
,
0
,
"sort the result by formula size"
,
0
},
{
0
,
0
,
0
,
0
,
"Mutation rules (all enabled unless those options are used):"
,
...
...
@@ -77,7 +77,7 @@ static const argp_option options[] = {
"on a bounded unary operator, decrement one of the bounds, or set min to "
\
"0 or max to unbounded"
,
15
},
{
0
,
0
,
0
,
0
,
"Output options:"
,
20
},
{
"max-ou
tpu
t"
,
'n'
,
"N"
,
0
,
"maximum number of mutations to output"
,
20
},
{
"max-
c
ou
n
t"
,
'n'
,
"N
UM
"
,
0
,
"maximum number of mutations to output"
,
20
},
{
0
,
0
,
0
,
0
,
"Miscellaneous options:"
,
-
1
},
{
0
,
0
,
0
,
0
,
0
,
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