From ab7937a5c75419a6ed715f678e1311af8fbc5980 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 24 Jun 2016 19:26:07 -0700 Subject: [PATCH] gif2webp: normalize the number of .'s in the help message Change-Id: I3a2412f391b3244c172ee28819e8e606a9674aa9 --- README | 2 +- examples/gif2webp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 2f059ac2..90f8f10f 100644 --- a/README +++ b/README @@ -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 diff --git a/examples/gif2webp.c b/examples/gif2webp.c index daf3d69e..b6a9964b 100644 --- a/examples/gif2webp.c +++ b/examples/gif2webp.c @@ -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");