Commit 66bdd953 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrei Vagin

compel --help: describe required parameters

TODO: describe optional ones.
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 6b584033
......@@ -134,7 +134,9 @@ static int usage(int rc) {
printf(
" }\n"
" compel -f filename hgen\n"
" compel -f FILE -o FILE [...] hgen\n"
" -f, --file FILE input (parasite object) file name\n"
" -o, --output FILE output (header) file name\n"
);
return rc;
......
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