1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Description: fix the short help of pngcrush -itxt is actually programmed
Author: xiao sheng wen <atzlinux@debian.org>
Bug-Debian: https://bugs.debian.org/1106389
Forwarded: not-needed
---
Last-Update: 2025-09-16
--- pngcrush-1.8.13.orig/pngcrush.c
+++ pngcrush-1.8.13/pngcrush.c
@@ -8951,8 +8953,7 @@ struct options_help pngcrush_options[] = {
#endif
#ifdef PNG_iTXt_SUPPORTED
- {0, " -itxt b[efore_IDAT]|a[fter_IDAT] \"keyword\""},
- {2, " \"language_code\" \"translated_keyword\" \"text\""},
+ {0, " -itxt b[efore_IDAT]|a[fter_IDAT] \"keyword\" \"language_code\" \"translated_keyword\" \"text\""},
{2, ""},
{2, " Uncompressed iTXt chunk to insert (see -text)."},
{2, ""},
|