From 5e8ad42aab5a2ed54be4060b11d2be9496d0f721 Mon Sep 17 00:00:00 2001 From: PIerre Morisse Date: Mon, 10 May 2021 10:43:39 +0200 Subject: [PATCH] Add option for extracting duplicates --- src/subcommands/extract.cpp | 1 + 1 file changed, 1 insertion(+) 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;