updated about

This commit is contained in:
Hermet Park 2016-05-22 11:08:20 +09:00
parent 329d4ba1ff
commit d74f4afed0
3 changed files with 9 additions and 3 deletions

4
README
View File

@ -87,9 +87,11 @@ output file = EDJ file to store compiled file. If output file is skipped, Envent
Examples of Enventor command line usage:
$ enventor
$ enventor input.edc -i ./images
$ enventor input.edc output.edj -i ./images
$ enventor -t
$ enventor newfile.edc -t
$ enventor sample.edc output.edj -i ./images -s ./sounds -w ./workspace
$ enventor input.edc output.edj -i ./images -s ./sounds -w ./workspace
[Developers]

View File

@ -69,9 +69,11 @@ output file = EDJ file to store compiled file. If output file is skipped, Envent
</br>
Examples of Enventor command line usage:</br>
$ enventor</br>
$ enventor input.edc -i ./images</br>
$ enventor input.edc output.edj -i ./images</br>
$ enventor -t</br>
$ enventor newfile.edc -t</br>
$ enventor sample.edc output.edj -i ./images -s ./sounds -w ./workspace</br>
$ enventor input.edc output.edj -i ./images -s ./sounds -w ./workspace</br>
</br>
</br>
<font_size=11><b>[Developers]</b></font_size></br>

View File

@ -4,9 +4,11 @@
#define ENVENTOR_HELP_EXAMPLES \
"Examples of Enventor command line usage:\n \
$ enventor\n \
$ enventor input.edc -i ./images\n \
$ enventor input.edc output.edj -i ./images\n \
$ enventor -t\n \
$ enventor newfile.edc -t\n \
$ enventor sample.edc output.edj -i ./images -s ./sounds -w ./workspace\n"
$ enventor input.edc output.edj -i ./images -s ./sounds -w ./workspace\n"
#define ENVENTOR_USAGE \
"%prog [input file] [output file] [-t] [-i image path] [-s sound path] [-f font path] [-d data path] [-w workspace]"