hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=c410db3b925fac086bd809c1c3299813136ea5bd
commit c410db3b925fac086bd809c1c3299813136ea5bd Author: Hermet Park <[email protected]> Date: Wed Jun 1 22:44:14 2016 +0900 main: print help usage with standand output. --- 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 7c4a801..b044e3c 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -313,7 +313,7 @@ args_dispatch(int argc, char **argv, exit(0); if (help) { - fprintf(stderr, ENVENTOR_HELP_EXAMPLES); + fprintf(stdout, ENVENTOR_HELP_EXAMPLES); exit(0); } --
