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
9745feca
Commit
9745feca
authored
Sep 03, 2012
by
Thomas White
Browse files
get_hkl: Remove -p option
parent
9d83b0ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/get_hkl.c
View file @
9745feca
...
...
@@ -385,7 +385,7 @@ int main(int argc, char *argv[])
};
/* Short options */
while
((
c
=
getopt_long
(
argc
,
argv
,
"ht:o:i:w:y:e:b:
p:
"
,
while
((
c
=
getopt_long
(
argc
,
argv
,
"ht:o:i:w:y:e:b:"
,
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