Commit a9a7bf7b authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

compel: cli -- Fix typo in options parsing

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 474289f0
......@@ -179,8 +179,8 @@ int main(int argc, char *argv[])
opts.nrgotpcrel_name = optarg;
break;
case 'l':
break;
log_level = atoi(optarg);
break;
case 'h':
goto usage;
case 'V':
......
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