mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
gif2webp: normalize the number of .'s in the help message
Change-Id: I3a2412f391b3244c172ee28819e8e606a9674aa9
This commit is contained in:
parent
3cdec847a5
commit
ab7937a5c7
2
README
2
README
@ -420,7 +420,7 @@ vwebp.
|
|||||||
Usage:
|
Usage:
|
||||||
gif2webp [options] gif_file -o webp_file
|
gif2webp [options] gif_file -o webp_file
|
||||||
Options:
|
Options:
|
||||||
-h / -help ............ this help
|
-h / -help ............. this help
|
||||||
-lossy ................. encode image using lossy compression
|
-lossy ................. encode image using lossy compression
|
||||||
-mixed ................. for each frame in the image, pick lossy
|
-mixed ................. for each frame in the image, pick lossy
|
||||||
or lossless compression heuristically
|
or lossless compression heuristically
|
||||||
|
@ -55,7 +55,7 @@ static void Help(void) {
|
|||||||
printf("Usage:\n");
|
printf("Usage:\n");
|
||||||
printf(" gif2webp [options] gif_file -o webp_file\n");
|
printf(" gif2webp [options] gif_file -o webp_file\n");
|
||||||
printf("Options:\n");
|
printf("Options:\n");
|
||||||
printf(" -h / -help ............ this help\n");
|
printf(" -h / -help ............. this help\n");
|
||||||
printf(" -lossy ................. encode image using lossy compression\n");
|
printf(" -lossy ................. encode image using lossy compression\n");
|
||||||
printf(" -mixed ................. for each frame in the image, pick lossy\n"
|
printf(" -mixed ................. for each frame in the image, pick lossy\n"
|
||||||
" or lossless compression heuristically\n");
|
" or lossless compression heuristically\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user