Skip to content

Commit

Permalink
Fixed bug where --points argument was not processed (-p worked though).
Browse files Browse the repository at this point in the history
  • Loading branch information
brichard19 committed Jan 28, 2020
1 parent 31173b5 commit 2f66852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeyFinder/main.cpp
Expand Up @@ -504,7 +504,7 @@ int main(int argc, char **argv)
parser.add("-d", "--device", true);
parser.add("-t", "--threads", true);
parser.add("-b", "--blocks", true);
parser.add("-p", "--per-thread", true);
parser.add("-p", "--points", true);
parser.add("-d", "--device", true);
parser.add("-c", "--compressed", false);
parser.add("-u", "--uncompressed", false);
Expand Down

0 comments on commit 2f66852

Please sign in to comment.