ecore_evas_convert: Improve cmdline help a bit
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 29 Oct 2015 13:14:08 +0000 (22:14 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 2 Nov 2015 04:39:28 +0000 (13:39 +0900)
src/bin/ecore_evas/ecore_evas_convert.c

index 654668d..07d4632 100644 (file)
@@ -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"),