Explorar el Código

Fixes -brute description

Leandro Ostera hace 9 años
padre
commit
682a55a781
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/common/pngcrush.md

+ 1 - 1
pages/common/pngcrush.md

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