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
b79e3072
Commit
b79e3072
authored
Apr 21, 2016
by
Alexandre Duret-Lutz
Browse files
* bin/autfilt.cc: Typos in --help.
parent
7d930359
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/autfilt.cc
View file @
b79e3072
...
...
@@ -222,11 +222,11 @@ static const argp_option options[] =
"in FILENAME"
,
0
},
{
"invert-match"
,
'v'
,
nullptr
,
0
,
"select non-matching automata"
,
0
},
{
"states"
,
OPT_STATES
,
"RANGE"
,
0
,
"keep automata whose number of states
are
in RANGE"
,
0
},
"keep automata whose number of states
is
in RANGE"
,
0
},
{
"edges"
,
OPT_EDGES
,
"RANGE"
,
0
,
"keep automata whose number of edges
are
in RANGE"
,
0
},
"keep automata whose number of edges
is
in RANGE"
,
0
},
{
"acc-sets"
,
OPT_ACC_SETS
,
"RANGE"
,
0
,
"keep automata whose number of acceptance sets
are
in RANGE"
,
0
},
"keep automata whose number of acceptance sets
is
in RANGE"
,
0
},
{
"accept-word"
,
OPT_ACCEPT_WORD
,
"WORD"
,
0
,
"keep automata that accept WORD"
,
0
},
{
"reject-word"
,
OPT_REJECT_WORD
,
"WORD"
,
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