Skip to content

Commit

Permalink
Resolved a thread
Browse files Browse the repository at this point in the history
  • Loading branch information
rsingh433 committed Nov 13, 2023
1 parent 951cca4 commit 759dc5b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ public Options getOptions() {
negateOpt = new Option("v", "negate", false, "only include rows without search term");
opts.addOption(numThreadsOpt);
opts.addOption(negateOpt);
opts.addOption(showFewOpt);
return opts;
}

Expand Down

0 comments on commit 759dc5b

Please sign in to comment.