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
f9101682
Commit
f9101682
authored
Nov 13, 2019
by
Yaroslav Gevorkov
Browse files
fix long variable names in argp_option
parent
d7de985a
Changes
1
Hide whitespace changes
Inline
Side-by-side
libcrystfel/src/pinkindexer.c
View file @
f9101682
...
...
@@ -579,9 +579,9 @@ static struct argp_option options[] = {
{
"pinkIndexer-reflection-radius"
,
10
,
"r"
,
OPTION_HIDDEN
,
NULL
},
{
"pinkIndexer-override-photon-energy"
,
11
,
"
overriddenPhotonEnergy
"
,
OPTION_HIDDEN
,
NULL
},
{
"pinkIndexer-override-photon-energy"
,
11
,
"
ev
"
,
OPTION_HIDDEN
,
NULL
},
{
"pinkIndexer-override-bandwidth"
,
12
,
"
overridenBandwidth
"
,
OPTION_HIDDEN
,
NULL
},
{
"pinkIndexer-override-bandwidth"
,
12
,
"
bw
"
,
OPTION_HIDDEN
,
NULL
},
{
"pinkIndexer-override-visible-energy-range"
,
13
,
"overridenVisibleEnergyRange"
,
OPTION_HIDDEN
,
NULL
},
...
...
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