hermet pushed a commit to branch enventor-0.6.

http://git.enlightenment.org/tools/enventor.git/commit/?id=db63cc7736d1f77dafd8c32958159118cf75970d

commit db63cc7736d1f77dafd8c32958159118cf75970d
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Wed Jun 24 15:50:20 2015 +0900

    updatd command line help message.
---
 src/include/common.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/include/common.h b/src/include/common.h
index 0217277..81bb8ea 100644
--- a/src/include/common.h
+++ b/src/include/common.h
@@ -7,12 +7,12 @@ typedef struct statusbar_s stats_data;
 #define ENVENTOR_HELP_EXAMPLES \
 "Examples of Enventor command line usage:\n \
 $ enventor\n \
-$ enventor --to\n \
-$ enventor newfile.edc --to\n \
-$ enventor sample.edc output.edj --id ./images --sd ./sounds\n"
+$ enventor -t\n \
+$ enventor newfile.edc -t\n \
+$ enventor sample.edc output.edj -i ./images -s ./sounds\n"
 
 #define ENVENTOR_USAGE \
-"%prog [input file] [output file] [--to] [--id image path] [--sd sound path] 
[--fd font path] [--dd data path]"
+"%prog [input file] [output file] [-t] [-i image path] [-s sound path] [-f 
font path] [-d data path]"
 
 #define ENVENTOR_INFO \
 "This is an EDC editor with some convenient functions.\n \

-- 


Reply via email to