mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
'mysqld --verbose' should not print help screen
This commit is contained in:
parent
c474744000
commit
673a1d8044
1 changed files with 1 additions and 1 deletions
|
@ -5360,7 +5360,7 @@ static void get_options(int argc,char **argv)
|
|||
exit(ho_error);
|
||||
}
|
||||
|
||||
if (opt_verbose || opt_help)
|
||||
if (opt_help)
|
||||
{
|
||||
usage();
|
||||
exit(0);
|
||||
|
|
Loading…
Reference in a new issue