Skip to content

Commit 84f71f6

Browse files
committed
Bugfix
1 parent a5e9ad4 commit 84f71f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
3636

3737

3838
/* -- Parsing inputs -- */
39-
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 )
39+
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 )
4040
{
4141
optionsParsed = true;
4242
switch (opt)

0 commit comments

Comments
 (0)