Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKurek committed Jun 21, 2021
1 parent a5e9ad4 commit 84f71f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(int argc, char *argv[])


/* -- Parsing inputs -- */
while ( (opt = getopt_long(argc, argv, "hs:l:n:b:p:d:t:a:e:u:o:r:c:g:", long_options, &long_index )) != -1 )
while ( (opt = getopt_long(argc, argv, "hs:l:n:b:p:d:t:a:e:u:o:r:i:c:g:", long_options, &long_index )) != -1 )
{
optionsParsed = true;
switch (opt)
Expand Down

0 comments on commit 84f71f6

Please sign in to comment.