summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-06-24 19:26:07 -0700
committerJames Zern <jzern@google.com>2016-06-24 19:29:43 -0700
commitab7937a5c75419a6ed715f678e1311af8fbc5980 (patch)
tree4900fd55f2af1760cb83a8d02445d2b9f5625b92 /examples
parent3cdec847a5b629dbfb2576da61a34dd62e0fb62d (diff)
downloadlibwebp-ab7937a5c75419a6ed715f678e1311af8fbc5980.tar.gz
gif2webp: normalize the number of .'s in the help message
Change-Id: I3a2412f391b3244c172ee28819e8e606a9674aa9
Diffstat (limited to 'examples')
-rw-r--r--examples/gif2webp.c2
1 files changed, 1 insertions, 1 deletions
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");