diff options
author | monty@hundin.mysql.fi <> | 2002-01-02 22:02:03 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-01-02 22:02:03 +0200 |
commit | b0ea238d2ea39e24b4d47be6cd671702fb94f59c (patch) | |
tree | 0041cf05ee45a8b92584dd5d81ef8b4c5c1f9283 /extra | |
parent | dbf8f3c32ff47871fbcc8eb75f15b4369c69b0b8 (diff) | |
parent | fd0459a521f832eb6d6106d8f813a1a798b1676e (diff) | |
download | mariadb-git-b0ea238d2ea39e24b4d47be6cd671702fb94f59c.tar.gz |
merge
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 d8edb8cc448..70ccb3797e6 100644 --- a/extra/my_print_defaults.c +++ b/extra/my_print_defaults.c @@ -58,7 +58,7 @@ static void usage(my_bool version) -?, --help Display this help message and exit.\n\ -V, --version Output version information and exit.\n", config_file); - printf("\nExample usage: %s --config-file=my client mysql\n",my_progname); + printf("\nExample usage:\n%s --config-file=my client mysql\n",my_progname); } static int get_options(int *argc,char ***argv) |