diff options
author | Vyacheslav Reutskiy <rimmed@yandex.ru> | 2014-11-13 17:10:59 +0000 |
---|---|---|
committer | Vyacheslav Reutskiy <rimmed@yandex.ru> | 2014-11-13 17:10:59 +0000 |
commit | 70f645efe9918400bf56aa40455e7d109830a821 (patch) | |
tree | 303c9c5e38c7efd5cb28d64fb7eb12cae3a0db03 /src/bin/edje | |
parent | 1654a12773ad11b5153145a45571fc050925a1be (diff) |
edje_cc: update usage text
Add clatification, that for "-l license" and "-a authors" need to
specify files.
Diffstat (limited to 'src/bin/edje')
-rw-r--r-- | src/bin/edje/edje_cc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/edje/edje_cc.c b/src/bin/edje/edje_cc.c index 6e26fce348..df58b6e1c6 100644 --- a/src/bin/edje/edje_cc.c +++ b/src/bin/edje/edje_cc.c | |||
@@ -97,8 +97,8 @@ main_help(void) | |||
97 | "-vd vibration/directory Add a directory to look in for relative path vibration samples\n" | 97 | "-vd vibration/directory Add a directory to look in for relative path vibration samples\n" |
98 | "-dd data/directory Add a directory to look in for relative path data.file entries\n" | 98 | "-dd data/directory Add a directory to look in for relative path data.file entries\n" |
99 | "-td temp/directory Directory to store temporary files\n" | 99 | "-td temp/directory Directory to store temporary files\n" |
100 | "-l license Specify the license of a theme\n" | 100 | "-l license Specify the license of a theme (file with license text)\n" |
101 | "-a authors Specify AUTHORS\n" | 101 | "-a authors Specify AUTHORS (file with list of authors)\n" |
102 | "-v Verbose output\n" | 102 | "-v Verbose output\n" |
103 | "-no-lossy Do NOT allow images to be lossy\n" | 103 | "-no-lossy Do NOT allow images to be lossy\n" |
104 | "-no-comp Do NOT allow images to be stored with lossless compression\n" | 104 | "-no-comp Do NOT allow images to be stored with lossless compression\n" |