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
Oleksii Turkot
CrystFEL
Commits
a134eaab
Commit
a134eaab
authored
Apr 24, 2012
by
Thomas White
Browse files
partialator: Fix short options
parent
7f221c3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partialator.c
View file @
a134eaab
...
...
@@ -320,7 +320,7 @@ int main(int argc, char *argv[])
}
/* Short options */
while
((
c
=
getopt_long
(
argc
,
argv
,
"hi:
g:x:j:y:o:b:r
:"
,
while
((
c
=
getopt_long
(
argc
,
argv
,
"hi:
o:g:b:y:n:r:j
:"
,
longopts
,
NULL
))
!=
-
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