Commit 12aa3386 authored by Pavel Vainerman's avatar Pavel Vainerman

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

parent e7721c9f
......@@ -111,7 +111,7 @@ 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)
{
......
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