Commit 673a1d80 authored by unknown's avatar unknown

'mysqld --verbose' should not print help screen

parent c4747440
...@@ -5360,7 +5360,7 @@ static void get_options(int argc,char **argv) ...@@ -5360,7 +5360,7 @@ static void get_options(int argc,char **argv)
exit(ho_error); exit(ho_error);
} }
if (opt_verbose || opt_help) if (opt_help)
{ {
usage(); usage();
exit(0); exit(0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment