mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[pngzop] Fix typo in usage ("-e png" should be "-e .png")
This commit is contained in:
2
pngzop
2
pngzop
@@ -22,7 +22,7 @@
|
||||
|
||||
# Usage:
|
||||
# pngzop [-b|--blacken] [-d|--directory dir] [-e|--extension ext] *.png
|
||||
# (to overwrite the input, use "-e png")
|
||||
# (to overwrite the input, use "-e .png")
|
||||
|
||||
# Input: *.png
|
||||
# Output: *_pngzop.png
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
pngzop [-b|--blacken] [-d|--directory dir] [-e|--extension ext] *.png
|
||||
|
||||
Input: *.png
|
||||
Output (default): *_pngzop.png (to overwrite the input, use "-e png")
|
||||
Output (default): *_pngzop.png (to overwrite the input, use "-e .png")
|
||||
|
||||
Pngzop does the following:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user