Commit 98fddd50 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrei Vagin

compel --help: fix

This:
$ ./compel/compel-host --help
./compel/compel-host: option '--help' requires an argument
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 904b6066
...@@ -143,7 +143,7 @@ int main(int argc, char *argv[]) ...@@ -143,7 +143,7 @@ int main(int argc, char *argv[])
{ "sym-prefix", required_argument, 0, 'p' }, { "sym-prefix", required_argument, 0, 'p' },
{ "variable", required_argument, 0, 'v' }, { "variable", required_argument, 0, 'v' },
{ "pcrelocs", required_argument, 0, 'r' }, { "pcrelocs", required_argument, 0, 'r' },
{ "help", required_argument, 0, 'h' }, { "help", no_argument, 0, 'h' },
{ "version", no_argument, 0, 'V' }, { "version", no_argument, 0, 'V' },
{ "log-level", required_argument, 0, 'l' }, { "log-level", required_argument, 0, 'l' },
{ }, { },
......
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