main: print help usage with standand output.

This commit is contained in:
Hermet Park 2016-06-01 22:44:14 +09:00
parent 69c85269ce
commit c410db3b92
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}