diff options
Diffstat (limited to 'client/mysqlshow.c')
-rw-r--r-- | client/mysqlshow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysqlshow.c b/client/mysqlshow.c index 58e679365de..d1ffb6a4876 100644 --- a/client/mysqlshow.c +++ b/client/mysqlshow.c @@ -286,6 +286,7 @@ If no table is given, then all matching tables in database are shown.\n\ If no column is given, then all matching columns and column types in table\n\ are shown."); print_defaults("my",load_default_groups); + puts(""); my_print_help(my_long_options); my_print_variables(my_long_options); } |