Skip to content

Commit 2f66852

Browse files
committed
Fixed bug where --points argument was not processed (-p worked though).
1 parent 31173b5 commit 2f66852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KeyFinder/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ int main(int argc, char **argv)
504504
parser.add("-d", "--device", true);
505505
parser.add("-t", "--threads", true);
506506
parser.add("-b", "--blocks", true);
507-
parser.add("-p", "--per-thread", true);
507+
parser.add("-p", "--points", true);
508508
parser.add("-d", "--device", true);
509509
parser.add("-c", "--compressed", false);
510510
parser.add("-u", "--uncompressed", false);

0 commit comments

Comments
 (0)