hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=00a7e034326ec5251560214dfd11f499e062e58e
commit 00a7e034326ec5251560214dfd11f499e062e58e Author: Mykyta Biliavskyi <[email protected]> Date: Mon Jun 1 15:01:47 2015 +0000 Update hale information. Update --help informarion about attributes. --- src/include/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/common.h b/src/include/common.h index 9caea27..699b9dc 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -9,10 +9,10 @@ typedef struct statusbar_s stats_data; $ enventor\n \ $ enventor --to\n \ $ enventor newfile.edc --to\n \ -$ enventor sample.edc --id ./images --sd ./sounds\n" +$ enventor sample.edc output.edj --id ./images --sd ./sounds\n" #define ENVENTOR_USAGE \ -"%prog [input file] [--to] [--id image path] [--sd sound path] [--fd font path] [--dd data path]" +"%prog [input file] [output file] [--to] [--id image path] [--sd sound path] [--fd font path] [--dd data path]" #define ENVENTOR_INFO \ "\nThis is an EDC editor with some convenient functions.\n \ --
