diff --git a/src/subcommands/extract.cpp b/src/subcommands/extract.cpp index 62bf773..1fdf5cc 100644 --- a/src/subcommands/extract.cpp +++ b/src/subcommands/extract.cpp @@ -46,6 +46,7 @@ void subcommandExtract(int argc, char* argv[]) { break; case 'd': duplicates = true; + break; default: subcommandHelp("extract"); break;