From 5d671ea9659ba3a997f7f4e6fee0ce9c752f1222 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 28 Jan 2016 16:27:44 -0500 Subject: [PATCH] pngcrush: changed wording to match optipng --- pages/common/pngcrush.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/pngcrush.md b/pages/common/pngcrush.md index c356039e6..22d07a2d5 100644 --- a/pages/common/pngcrush.md +++ b/pages/common/pngcrush.md @@ -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}}`