From e49d2e97b1ed8afe0d15f5223f2f7b9510f8fbed Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 2 Sep 2004 01:10:38 +0000 Subject: [PATCH] help fixed SVN revision: 11495 --- legacy/edje/src/bin/edje_cc.c | 4 ++-- legacy/edje/src/bin/edje_recc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/edje/src/bin/edje_cc.c b/legacy/edje/src/bin/edje_cc.c index fb9eb69d2e..6108e2240a 100644 --- a/legacy/edje/src/bin/edje_cc.c +++ b/legacy/edje/src/bin/edje_cc.c @@ -30,8 +30,8 @@ main_help(void) "-no-lossy Do NOT allow images to be lossy\n" "-no-comp Do NOT allow images to be lossless compression\n" "-no-raw Do NOT allow images to be zero compression\n" - "-min-quality VAL Do NOT allow lossy images with quality > VAL (0-100)\n" - "-max-quality VAL Do NOT allow lossy images with quality < VAL (0-100)\n" + "-min-quality VAL Do NOT allow lossy images with quality < VAL (0-100)\n" + "-max-quality VAL Do NOT allow lossy images with quality > VAL (0-100)\n" ,progname); } diff --git a/legacy/edje/src/bin/edje_recc b/legacy/edje/src/bin/edje_recc index d5de6b71bc..0179b7f730 100644 --- a/legacy/edje/src/bin/edje_recc +++ b/legacy/edje/src/bin/edje_recc @@ -12,8 +12,8 @@ usage () { echo "-no-lossy Do NOT allow images to be lossy" echo "-no-comp Do NOT allow images to be lossless compression" echo "-no-raw Do NOT allow images to be zero compression" - echo "-min-quality VAL Do NOT allow lossy images with quality > VAL (0-100)" - echo "-max-quality VAL Do NOT allow lossy images with quality < VAL (0-100)" + echo "-min-quality VAL Do NOT allow lossy images with quality < VAL (0-100)" + echo "-max-quality VAL Do NOT allow lossy images with quality > VAL (0-100)" exit -1 }