main: Fix help contents for workspace path option.

Synchronize help contents for workspace path option with other path
options.
This commit is contained in:
Jaehyun Cho 2016-06-13 21:46:59 +09:00
parent 52695c9a56
commit 0e54be9d8e
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ 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_STR('w', "wd", "Workspace path"),
ECORE_GETOPT_STORE_METAVAR_STR('w', "wd", "Workspace path", "path"),
ECORE_GETOPT_VERSION('v', "version"),
ECORE_GETOPT_COPYRIGHT('c', "copyright"),
ECORE_GETOPT_LICENSE('l', "license"),