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
dCache
cta
Commits
8fb1bf85
Commit
8fb1bf85
authored
Apr 20, 2021
by
Steven Murray
Browse files
Removed unused -f option from getopt_long of DismountCmdLine.cpp
parent
422321f8
Pipeline
#5189
passed with stages
in 16 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mediachanger/DismountCmdLine.cpp
View file @
8fb1bf85
...
...
@@ -52,7 +52,7 @@ cta::mediachanger::DismountCmdLine::DismountCmdLine(const int argc,
opterr
=
0
;
int
opt
=
0
;
while
((
opt
=
getopt_long
(
argc
,
argv
,
":dh
f
"
,
longopts
,
NULL
))
!=
-
1
)
{
while
((
opt
=
getopt_long
(
argc
,
argv
,
":dh"
,
longopts
,
NULL
))
!=
-
1
)
{
processOption
(
opt
);
}
...
...
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