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
Oleksii Turkot
CrystFEL
Commits
f2b07d85
Commit
f2b07d85
authored
Sep 08, 2010
by
Thomas White
Browse files
render_hkl: Accept the -o option
parent
9d4ba289
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/render_hkl.c
View file @
f2b07d85
...
...
@@ -474,7 +474,7 @@ int main(int argc, char *argv[])
};
/* Short options */
while
((
c
=
getopt_long
(
argc
,
argv
,
"hj:p:w:c:y:d:r:"
,
while
((
c
=
getopt_long
(
argc
,
argv
,
"hj:p:w:c:y:d:r:
o:
"
,
longopts
,
NULL
))
!=
-
1
)
{
switch
(
c
)
{
...
...
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