Skip to content
Snippets Groups Projects
Commit 827a96a6 authored by Steven Murray's avatar Steven Murray
Browse files

Removed unused -f option from getopt_long of DismountCmdLine.cpp

parent a5eac1b2
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ cta::mediachanger::DismountCmdLine::DismountCmdLine(const int argc,
opterr = 0;
int opt = 0;
while((opt = getopt_long(argc, argv, ":dhf", longopts, NULL)) != -1) {
while((opt = getopt_long(argc, argv, ":dh", longopts, NULL)) != -1) {
processOption(opt);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment