print --help on stdout
This commit is contained in:
parent
e6dc8a41d4
commit
5f90d54c5e
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ config_t* config_init( int argc, char* argv[] )
|
|||
|
||||
switch ( c ) {
|
||||
case 'h':
|
||||
fprintf( stderr, help_text, config.progname );
|
||||
fprintf( stdout, help_text, config.progname );
|
||||
exit( EXIT_SUCCESS );
|
||||
break;
|
||||
case 6110:
|
||||
|
|
Loading…
Add table
Reference in a new issue