File: fix-help-option-output.patch

package info (click to toggle)
pngcrush 1.8.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,540 kB
  • sloc: ansic: 29,373; makefile: 64; sh: 39
file content (21 lines) | stat: -rw-r--r-- 749 bytes parent folder | download
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, ""},