1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 16:04:55 +02:00

pngcrush: changed wording to match optipng

This commit is contained in:
Hayden Schiff 2016-01-28 16:27:44 -05:00
parent c2f3ce125b
commit 5d671ea965

View file

@ -10,6 +10,6 @@
`pngcrush -d {{path/to/output}} *.png`
- Compress PNG file with best (but slowest) possible compression:
- Compress PNG file with best compression:
`pngcrush -rem allb -brute -reduce {{in.png}} {{out.png}}`