update help for workspace.

This commit is contained in:
Hermet Park 2016-05-22 11:00:04 +09:00
parent 82af282a04
commit 329d4ba1ff
2 changed files with 4 additions and 4 deletions

View File

@ -257,8 +257,8 @@ args_dispatch(int argc, char **argv,
"path", ECORE_GETOPT_TYPE_STR),
ECORE_GETOPT_APPEND_METAVAR('d', "dd", "Data path",
"path", ECORE_GETOPT_TYPE_STR),
ECORE_GETOPT_STORE('w', "wd", "Workspace path",
ECORE_GETOPT_TYPE_STR),
ECORE_GETOPT_APPEND_METAVAR('w', "wd", "Workspace path",
"path", ECORE_GETOPT_TYPE_STR),
ECORE_GETOPT_VERSION('v', "version"),
ECORE_GETOPT_COPYRIGHT('c', "copyright"),
ECORE_GETOPT_LICENSE('l', "license"),

View File

@ -6,10 +6,10 @@
$ enventor\n \
$ enventor -t\n \
$ enventor newfile.edc -t\n \
$ enventor sample.edc output.edj -i ./images -s ./sounds\n"
$ enventor sample.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]"
"%prog [input file] [output file] [-t] [-i image path] [-s sound path] [-f font path] [-d data path] [-w workspace]"
#define ENVENTOR_INFO \
"This is an EDC editor with some convenient functions.\n \