gif2webp: normalize the number of .'s in the help message

Change-Id: I3a2412f391b3244c172ee28819e8e606a9674aa9
This commit is contained in:
James Zern 2016-06-24 19:26:07 -07:00
parent 3cdec847a5
commit ab7937a5c7
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -420,7 +420,7 @@ vwebp.
Usage:
gif2webp [options] gif_file -o webp_file
Options:
-h / -help ............ this help
-h / -help ............. this help
-lossy ................. encode image using lossy compression
-mixed ................. for each frame in the image, pick lossy
or lossless compression heuristically

View File

@ -55,7 +55,7 @@ static void Help(void) {
printf("Usage:\n");
printf(" gif2webp [options] gif_file -o webp_file\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(" -mixed ................. for each frame in the image, pick lossy\n"
" or lossless compression heuristically\n");