Commit 5de5bb5c authored by Pavel Vainerman's avatar Pavel Vainerman

(mbrtutester): исправил ошибку не обрабатывался ключ -t|--timeout

parent 0737c335
......@@ -111,9 +111,9 @@ int main( int argc, char **argv )
try
{
while( (opt = getopt_long(argc, argv, "hva:w:z:m:r:x:c:b:d:s:t:qn:u:yl:",longopts,&optindex)) != -1 )
while( (opt = getopt_long(argc, argv, "hva:w:z:m:r:x:c:b:d:s:t:qn:u:yl:t:",longopts,&optindex)) != -1 )
{
switch (opt)
switch (opt)
{
case 'h':
print_help();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment