[pngzop] Fix typo in usage ("-e png" should be "-e .png")

This commit is contained in:
Glenn Randers-Pehrson
2013-07-01 13:00:42 -05:00
parent 85f9eed197
commit 358d887036
2 changed files with 2 additions and 2 deletions

2
pngzop
View File

@@ -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

View File

@@ -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: