Skip to content

Commit

Permalink
Fixed cmdline opt for db gen
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Feb 28, 2018
1 parent b569d04 commit 3bc895a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merger/command_line_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Options get_arguments(int argc, char **argv) {
struct option long_options[] =
{
{"count_fps", required_argument, NULL, 'c'},
{"threshold", required_argument, NULL, 'r'},
{"threshold", required_argument, NULL, 't'},
{"alpha", required_argument, NULL, 'a'},
{"output_fp", required_argument, NULL, 'o'},
{"version", no_argument, NULL, 'v'},
Expand Down

0 comments on commit 3bc895a

Please sign in to comment.