mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 22:28:22 +01:00
vwebp: add keyboard shortcuts to help output
Change-Id: Ida94b3f99115ddeb6b6eec1411918f99e964ed91
This commit is contained in:
parent
6933d91057
commit
03cc23d6f9
@ -251,9 +251,13 @@ static void Help(void) {
|
|||||||
" -version .... print version number and exit.\n"
|
" -version .... print version number and exit.\n"
|
||||||
" -nofancy ..... don't use the fancy YUV420 upscaler.\n"
|
" -nofancy ..... don't use the fancy YUV420 upscaler.\n"
|
||||||
" -nofilter .... disable in-loop filtering.\n"
|
" -nofilter .... disable in-loop filtering.\n"
|
||||||
" -mt .......... use multi-threading\n"
|
" -mt .......... use multi-threading.\n"
|
||||||
" -info ........ print info.\n"
|
" -info ........ print info.\n"
|
||||||
" -h ....... this help message.\n"
|
" -h ....... this help message.\n"
|
||||||
|
"\n"
|
||||||
|
"Keyboard shortcuts:\n"
|
||||||
|
" 'i' ................ overlay file information.\n"
|
||||||
|
" 'q' / 'Q' / ESC .... quit.\n"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user