From bdf6241e7068796a540a8cb8969d15b2cbd73665 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 24 Jun 2016 19:25:11 -0700 Subject: [PATCH] cwebp: normalize the number of .'s in the help message Change-Id: I0208c01a671bd822ee707c6d8ead3d5348b3e2c6 --- README | 4 ++-- examples/cwebp.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 4d030062..e6517eef 100644 --- a/README +++ b/README @@ -218,8 +218,8 @@ If input size (-s) for an image is not specified, it is assumed to be a PNG, JPEG, TIFF or WebP file. Options: - -h / -help ............ short help - -H / -longhelp ........ long help + -h / -help ............. short help + -H / -longhelp ......... long help -q ............. quality factor (0:small..100:big) -alpha_q ......... transparency-compression quality (0..100) -preset ....... preset setting, one of: diff --git a/examples/cwebp.c b/examples/cwebp.c index b538ae21..df45aa9b 100644 --- a/examples/cwebp.c +++ b/examples/cwebp.c @@ -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 ............. quality factor (0:small..100:big)\n"); printf(" -alpha_q ......... transparency-compression quality " "(0..100)\n");