1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 22:15:42 +02:00

Fixes -brute description

This commit is contained in:
Leandro Ostera 2016-02-08 14:05:52 +01:00
parent fa727e83b8
commit 682a55a781

View file

@ -10,6 +10,6 @@
`pngcrush -d {{path/to/output}} *.png`
- Compress PNG file with best compression:
- Compress PNG file with all 114 available algorithms and pick the best result:
`pngcrush -rem allb -brute -reduce {{in.png}} {{out.png}}`