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
dCache
cta
Commits
fa51307b
Commit
fa51307b
authored
Dec 13, 2016
by
Eric Cano
Browse files
Fixed typos in long options definitions for cta-taped.
parent
c6df35d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tapeserver/daemon/CommandLineParams.cpp
View file @
fa51307b
...
...
@@ -50,9 +50,9 @@ CommandLineParams::CommandLineParams(int argc, char** argv):
longopts
[
3
].
val
=
's'
;
longopts
[
4
].
name
=
"log-to-file"
;
longopts
[
3
].
has_arg
=
required_argument
;
longopts
[
3
].
flag
=
NULL
;
longopts
[
3
].
val
=
'l'
;
longopts
[
4
].
has_arg
=
required_argument
;
longopts
[
4
].
flag
=
NULL
;
longopts
[
4
].
val
=
'l'
;
memset
(
&
longopts
[
4
],
0
,
sizeof
(
struct
::
option
));
...
...
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