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
c704c3b0
Commit
c704c3b0
authored
Sep 07, 2017
by
Alexandre Duret-Lutz
Browse files
bin: fix some --help typos
Reported by František Blahoudek. * bin/genaut.cc, bin/autcross.cc: Fix help strings.
parent
1941bac2
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/autcross.cc
View file @
c704c3b0
...
...
@@ -56,7 +56,7 @@
const
char
argp_program_doc
[]
=
"\
Call several tools that process automata and cross-compare their output \
to detect bugs, or to gather statistics. The list of automata to use \
should be supplied on standard input, or using the
-f or
-F option
s
.
\v
\
should be supplied on standard input, or using the -F option.
\v
\
Exit status:
\n
\
0 everything went fine (timeouts are OK too)
\n
\
1 some tools failed to output something we understand, or failed
\n
\
...
...
bin/genaut.cc
View file @
c704c3b0
...
...
@@ -55,10 +55,10 @@ static const argp_option options[] =
"deterministic co-Büchi automaton has at least 2^N/(2N+1) states."
,
0
},
{
"l-nba"
,
gen
::
AUT_L_NBA
,
"RANGE"
,
0
,
"A Büchi automaton with 3N+1 states whose complementary Streett "
"automaton needs at least
n
! states."
,
0
},
"automaton needs at least
N
! states."
,
0
},
{
"l-dsa"
,
gen
::
AUT_L_DSA
,
"RANGE"
,
0
,
"A deterministic Streett automaton with 4N states with no "
"equivalent deterministic Rabin automaton of less than
n
! states."
,
0
},
"equivalent deterministic Rabin automaton of less than
N
! states."
,
0
},
RANGE_DOC
,
/**************************************************/
{
nullptr
,
0
,
nullptr
,
0
,
"Miscellaneous options:"
,
-
1
},
...
...
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