vwebp: normalize the number of .'s in the help message
Change-Id: Iadaa5a8f64cd8093eeeaf829ba609bef034d63b5
This commit is contained in:
parent
bdf6241e70
commit
3cdec847a5
4
README
4
README
@ -370,7 +370,7 @@ Usage: vwebp in_file [options]
|
|||||||
|
|
||||||
Decodes the WebP image file and visualize it using OpenGL
|
Decodes the WebP image file and visualize it using OpenGL
|
||||||
Options are:
|
Options are:
|
||||||
-version .... print version number and exit
|
-version ..... print version number and exit
|
||||||
-noicc ....... don't use the icc profile if present
|
-noicc ....... don't use the icc profile if present
|
||||||
-nofancy ..... don't use the fancy YUV420 upscaler
|
-nofancy ..... don't use the fancy YUV420 upscaler
|
||||||
-nofilter .... disable in-loop filtering
|
-nofilter .... disable in-loop filtering
|
||||||
@ -378,7 +378,7 @@ Options are:
|
|||||||
-noalphadither disable alpha plane dithering
|
-noalphadither disable alpha plane dithering
|
||||||
-mt .......... use multi-threading
|
-mt .......... use multi-threading
|
||||||
-info ........ print info
|
-info ........ print info
|
||||||
-h ....... this help message
|
-h ........... this help message
|
||||||
|
|
||||||
Keyboard shortcuts:
|
Keyboard shortcuts:
|
||||||
'c' ................ toggle use of color profile
|
'c' ................ toggle use of color profile
|
||||||
|
@ -387,7 +387,7 @@ static void Help(void) {
|
|||||||
printf("Usage: vwebp in_file [options]\n\n"
|
printf("Usage: vwebp in_file [options]\n\n"
|
||||||
"Decodes the WebP image file and visualize it using OpenGL\n"
|
"Decodes the WebP image file and visualize it using OpenGL\n"
|
||||||
"Options are:\n"
|
"Options are:\n"
|
||||||
" -version .... print version number and exit\n"
|
" -version ..... print version number and exit\n"
|
||||||
" -noicc ....... don't use the icc profile if present\n"
|
" -noicc ....... don't use the icc profile if present\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"
|
||||||
@ -395,7 +395,7 @@ static void Help(void) {
|
|||||||
" -noalphadither disable alpha plane dithering\n"
|
" -noalphadither disable alpha plane dithering\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"
|
"\n"
|
||||||
"Keyboard shortcuts:\n"
|
"Keyboard shortcuts:\n"
|
||||||
" 'c' ................ toggle use of color profile\n"
|
" 'c' ................ toggle use of color profile\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user