From 03cc23d6f9a8217a835b6aed51a746951f3a88db Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 7 Mar 2013 19:10:59 -0800 Subject: [PATCH] vwebp: add keyboard shortcuts to help output Change-Id: Ida94b3f99115ddeb6b6eec1411918f99e964ed91 --- examples/vwebp.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/vwebp.c b/examples/vwebp.c index 8ea105bb..17691e76 100644 --- a/examples/vwebp.c +++ b/examples/vwebp.c @@ -251,9 +251,13 @@ static void Help(void) { " -version .... print version number and exit.\n" " -nofancy ..... don't use the fancy YUV420 upscaler.\n" " -nofilter .... disable in-loop filtering.\n" - " -mt .......... use multi-threading\n" + " -mt .......... use multi-threading.\n" " -info ........ print info.\n" " -h ....... this help message.\n" + "\n" + "Keyboard shortcuts:\n" + " 'i' ................ overlay file information.\n" + " 'q' / 'Q' / ESC .... quit.\n" ); }