jaehyun pushed a commit to branch master.

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

commit 0e54be9d8e0a9249d3ee2515d1defc5d30917ae9
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Mon Jun 13 21:46:59 2016 +0900

    main: Fix help contents for workspace path option.
    
    Synchronize help contents for workspace path option with other path
    options.
---
 src/bin/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index 29d0289..40e3394 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -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"),

-- 


Reply via email to