Skip to content

Commit

Permalink
Fixed year cli argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Zereges committed Aug 8, 2019
1 parent 3d41dd6 commit 62d4a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arguments.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class arguments
};

int option_index = 0;
int c = getopt_long(argc, argv.data(), "hva:t:A:y:Y:g:", options, &option_index);
int c = getopt_long(argc, argv.data(), "hva:t:A:y:T:g:", options, &option_index);
if (c == -1)
break;

Expand Down

0 comments on commit 62d4a2f

Please sign in to comment.