Commit 67da1ede authored by serg@serg.mylan's avatar serg@serg.mylan

'mysqld --verbose' should not print help screen

parent f384ff58
...@@ -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