Skip to content

Commit

Permalink
Fix -v missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mubes committed Jan 25, 2022
1 parent d30ca2f commit f742b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/orbstat.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ int _processOptions( int argc, char *argv[] )
{
int c;

while ( ( c = getopt ( argc, argv, "d:e:f:g:hi:lnp:s:tvy:z:" ) ) != -1 )
while ( ( c = getopt ( argc, argv, "d:e:f:g:hi:lnp:s:tv:y:z:" ) ) != -1 )

switch ( c )
{
Expand Down

0 comments on commit f742b55

Please sign in to comment.