'mysqld --verbose' should not print help screen

This commit is contained in:
unknown 2003-07-27 10:26:29 +02:00
parent c474744000
commit 673a1d8044

View file

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