jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4da3e70301f00a7aecd24a952628e6eda3d2808a

commit 4da3e70301f00a7aecd24a952628e6eda3d2808a
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Thu Oct 29 22:14:08 2015 +0900

    ecore_evas_convert: Improve cmdline help a bit
---
 src/bin/ecore_evas/ecore_evas_convert.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ecore_evas/ecore_evas_convert.c 
b/src/bin/ecore_evas/ecore_evas_convert.c
index 654668d..07d4632 100644
--- a/src/bin/ecore_evas/ecore_evas_convert.c
+++ b/src/bin/ecore_evas/ecore_evas_convert.c
@@ -27,7 +27,7 @@ const Ecore_Getopt optdesc = {
   {
     ECORE_GETOPT_STORE_INT('q', "quality", "define encoding quality in 
percent."),
     ECORE_GETOPT_STORE_TRUE('c', "compress", "define if data should be 
compressed."),
-    ECORE_GETOPT_STORE_STR('e', "encoding", "define the codec (for TGV files: 
etc1, etc2)"),
+    ECORE_GETOPT_STORE_STR('e', "encoding", "define the codec (for TGV files: 
'etc1', 'etc2', 'etc1+alpha')"),
     ECORE_GETOPT_LICENSE('L', "license"),
     ECORE_GETOPT_COPYRIGHT('C', "copyright"),
     ECORE_GETOPT_VERSION('V', "version"),

-- 


Reply via email to