ecore_evas_convert: Improve cmdline help a bit

This commit is contained in:
Jean-Philippe Andre 2015-10-29 22:14:08 +09:00
parent 39f154f8ca
commit 4da3e70301
1 changed files with 1 additions and 1 deletions

View 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"),