hermet pushed a commit to branch master.

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

commit 512e12c970793cc948f06b401f7d78b87019ad46
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Mon Jun 1 14:57:49 2015 +0000

    Update README and ABOUT files.
    
    Update information accordingly to usage Enventor in CLI.
---
 README           | 19 ++++++++++---------
 data/about/ABOUT | 21 +++++++++++----------
 2 files changed, 21 insertions(+), 19 deletions(-)

diff --git a/README b/README
index c7f2c70..6f76720 100644
--- a/README
+++ b/README
@@ -74,20 +74,21 @@ Ctrl+End = Go to the Bottom line
 [Command Line Usage]
  
 enventor --help
-enventor [input file] [-to] [-id image path] [-sd sound path] [-fd font path] 
[-dd data path]
+enventor [input file] [output file] [--to] [--id image path] [--sd sound path] 
[--fd font path] [--dd data path]
  
 -input file = EDC file to open. If input file is skipped, Enventor will open a 
default template code with a temporary file.
--to = Open template menu when you launch Enventor
--id = image resources, that edc includes, path
--sd = sound resources, that edc includes, path
--fd = font resources, that edc includes, path
--dd = data resources, that edc includes, path
+-output file = EDJ file to store compiled file. If output file is skipped, 
Enventor will store binary file to the temporary directory.
+--to = Open template menu when you launch Enventor
+--id = image resources, that edc includes, path
+--sd = sound resources, that edc includes, path
+--fd = font resources, that edc includes, path
+--dd = data resources, that edc includes, path
  
 Examples of Enventor command line usage:
 $ enventor
-$ enventor -to
-$ enventor newfile.edc -to
-$ enventor sample.edc -id ./images -sd ./sounds
+$ enventor --to
+$ enventor newfile.edc --to
+$ enventor sample.edc output.edj --id ./images --sd ./sounds
  
  
 [Developers]
diff --git a/data/about/ABOUT b/data/about/ABOUT
index cba0bac..e78b9da 100644
--- a/data/about/ABOUT
+++ b/data/about/ABOUT
@@ -56,20 +56,21 @@ Ctrl+End = Go to the Bottom line
 <font_size=11><b>[Command Line Usage]</b></font_size>
  
 enventor --help
-enventor [input file] [-to] [-id image path] [-sd sound path] [-fd font path] 
[-dd data path]
+enventor [input file] [output file] [--to] [--id image path] [--sd sound path] 
[--fd font path] [--dd data path]
  
 -input file = EDC file to open. If input file is skipped, Enventor will open a 
default template code with a temporary file.
--to = Open template menu when you launch Enventor
--id = image resources, that edc includes, path
--sd = sound resources, that edc includes, path
--fd = font resources, that edc includes, path
--dd = data resources, that edc includes, path
-  
+-output file = EDJ file to store compiled file. If output file is skipped, 
Enventor will store binary file to the temporary directory.
+--to = Open template menu when you launch Enventor
+--id = image resources, that edc includes, path
+--sd = sound resources, that edc includes, path
+--fd = font resources, that edc includes, path
+--dd = data resources, that edc includes, path
+
 Examples of Enventor command line usage:
 $ enventor
-$ enventor -to
-$ enventor newfile.edc -to
-$ enventor sample.edc -id ./images -sd ./sounds
+$ enventor --to
+$ enventor newfile.edc --to
+$ enventor sample.edc output.edj --id ./images --sd ./sounds
  
  
 <font_size=11><b>[Developers]</b></font_size>

-- 


Reply via email to