diff options
author | Michael Widenius <monty@askmonty.org> | 2011-03-23 19:22:38 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-03-23 19:22:38 +0200 |
commit | eaed26053da306109d93cbce42b3d275c3e62471 (patch) | |
tree | 8055d6ee835d938d153d0b66caa2bfd55f120ca8 /extra | |
parent | 3e46f488e5034da1557b2d6c18442dd9fdb40138 (diff) | |
parent | 7de98f2ffbb273b105321fc88bf536a1fd55114a (diff) | |
download | mariadb-git-eaed26053da306109d93cbce42b3d275c3e62471.tar.gz |
Merge with base 5.2
Diffstat (limited to 'extra')
-rw-r--r-- | extra/my_print_defaults.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/my_print_defaults.c b/extra/my_print_defaults.c index 847738951dd..3f0f2e00ed5 100644 --- a/extra/my_print_defaults.c +++ b/extra/my_print_defaults.c @@ -104,7 +104,7 @@ static void usage(my_bool version) my_print_help(my_long_options); my_print_default_files(config_file); my_print_variables(my_long_options); - printf("\nExample usage:\n%s --defaults-file=example.cnf client mysql\n", my_progname); + printf("\nExample usage:\n%s --defaults-file=example.cnf client client-server mysql\n", my_progname); } #include <help_end.h> |