normalize the number of .'s in the help message

Change-Id: I2dbb36cbdc3cb93364d9e1dd6da10d3a5f9470af
This commit is contained in:
Pascal Massimino
2016-06-23 14:11:47 +00:00
committed by James Zern
parent bb50bf42b0
commit 97b9e64459
2 changed files with 6 additions and 6 deletions

View File

@ -572,7 +572,7 @@ static void Help(void) {
" -yuv ......... save the raw YUV samples in flat layout\n"
"\n"
" Other options are:\n"
" -version .... print version number and exit\n"
" -version ..... print version number and exit\n"
" -nofancy ..... don't use the fancy YUV420 upscaler\n"
" -nofilter .... disable in-loop filtering\n"
" -nodither .... disable dithering\n"
@ -584,8 +584,8 @@ static void Help(void) {
" -flip ........ flip the output vertically\n"
" -alpha ....... only save the alpha plane\n"
" -incremental . use incremental decoding (useful for tests)\n"
" -h ....... this help message\n"
" -v ....... verbose (e.g. print encoding/decoding times)\n"
" -h ........... this help message\n"
" -v ........... verbose (e.g. print encoding/decoding times)\n"
" -quiet ....... quiet mode, don't print anything\n"
#ifndef WEBP_DLL
" -noasm ....... disable all assembly optimizations\n"