Skip to content

Commit

Permalink
Add option for extracting duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
morispi committed May 10, 2021
1 parent 5e05568 commit 5e8ad42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/subcommands/extract.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ void subcommandExtract(int argc, char* argv[]) {
break;
case 'd':
duplicates = true;
break;
default:
subcommandHelp("extract");
break;
Expand Down

0 comments on commit 5e8ad42

Please sign in to comment.