From 78eebef66bb404c85ecff61abca31e57d0035514 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 28 Jan 2016 16:07:49 -0500 Subject: [PATCH] optipng: reworded options 2 and 3 --- pages/common/optipng.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/optipng.md b/pages/common/optipng.md index dac8598fbe..b20b6827de 100644 --- a/pages/common/optipng.md +++ b/pages/common/optipng.md @@ -6,11 +6,11 @@ `optipng {{file.png}}` -- Compress a PNG as optimally (but slowly) as possible: +- Compress a PNG with best compression: `optipng -o{{7}} {{file.png}}` -- Compress a PNG as quickly (but non-optimally) as possible: +- Compress a PNG with fastest compression: `optipng -o{{0}} {{file.png}}`