From b69f18a73a63a20e5f4375b7b7df3782f2902d05 Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 29 Nov 2017 22:59:30 -0800 Subject: [PATCH] gif2webp.1: fix -loop_compatibility layout Change-Id: Ia29b7a9e3b72605d2bb8c13ad3e37b88094444f5 --- man/gif2webp.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/gif2webp.1 b/man/gif2webp.1 index 8e86a110..879809e5 100644 --- a/man/gif2webp.1 +++ b/man/gif2webp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH GIF2WEBP 1 "September 20, 2017" +.TH GIF2WEBP 1 "November 29, 2017" .SH NAME gif2webp \- Convert a GIF image to WebP .SH SYNOPSIS @@ -109,6 +109,7 @@ the range of 20 to 50. .TP .B \-mt Use multi-threading for encoding, if possible. +.TP .B \-loop_compatibility If enabled, handle the loop information in a compatible fashion for Chrome version prior to M62 (inclusive) and Firefox.