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

Change-Id: I0208c01a671bd822ee707c6d8ead3d5348b3e2c6
This commit is contained in:
James Zern
2016-06-24 19:25:11 -07:00
parent 06a38c7b1c
commit bdf6241e70
2 changed files with 4 additions and 4 deletions

View File

@ -514,8 +514,8 @@ static void HelpLong(void) {
printf("Windows builds can take as input any of the files handled by WIC.\n");
#endif
printf("\nOptions:\n");
printf(" -h / -help ............ short help\n");
printf(" -H / -longhelp ........ long help\n");
printf(" -h / -help ............. short help\n");
printf(" -H / -longhelp ......... long help\n");
printf(" -q <float> ............. quality factor (0:small..100:big)\n");
printf(" -alpha_q <int> ......... transparency-compression quality "
"(0..100)\n");