Skip to content

Commit

Permalink
Fix bug with translocations skipping parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
morispi committed Sep 16, 2021
1 parent 4252492 commit 6dc905c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ int main(int argc, char* argv[]) {
printHelp();
break;
}
iarg = getopt_long(argc, argv, "b:i:g:r:v:n:M:L:s:m:l:o:d:t:p:B:c:C:", longopts, &index);
iarg = getopt_long(argc, argv, "b:i:g:r:v:n:M:L:s:m:l:o:d:t:p:B:c:C:S", longopts, &index);
}

if (candidatesProvided) {
Expand Down

0 comments on commit 6dc905c

Please sign in to comment.