minimodem: fix broken -l switch
This commit is contained in:
parent
9c6b06f8b0
commit
6bb683a90b
|
@ -434,7 +434,7 @@ main( int argc, char*argv[] )
|
||||||
{ "benchmarks", 0, 0, MINIMODEM_OPT_BENCHMARKS },
|
{ "benchmarks", 0, 0, MINIMODEM_OPT_BENCHMARKS },
|
||||||
{ 0 }
|
{ 0 }
|
||||||
};
|
};
|
||||||
c = getopt_long(argc, argv, "Vtrc:a85f:b:M:S:T:qAR:",
|
c = getopt_long(argc, argv, "Vtrc:l:a85f:b:M:S:T:qAR:",
|
||||||
long_options, &option_index);
|
long_options, &option_index);
|
||||||
if ( c == -1 )
|
if ( c == -1 )
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue