minimodem: fix broken -l switch

This commit is contained in:
Kamal Mostafa 2012-08-23 19:23:33 -07:00
parent 9c6b06f8b0
commit 6bb683a90b
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ main( int argc, char*argv[] )
{ "benchmarks", 0, 0, MINIMODEM_OPT_BENCHMARKS },
{ 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);
if ( c == -1 )
break;