diff options
author | monty@donna.mysql.com <> | 2000-10-04 23:20:16 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-10-04 23:20:16 +0300 |
commit | b55de19ed2e26603858d51be232adfecf1c429f6 (patch) | |
tree | f355b0229e2ae229e8311da676b61658f1b0a052 /extra | |
parent | 9f7c4563f78f74999efd94768ec483d8c24c3761 (diff) | |
download | mariadb-git-b55de19ed2e26603858d51be232adfecf1c429f6.tar.gz |
Portability fixes
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 a6e67e4949e..01fc4108352 100644 --- a/extra/my_print_defaults.c +++ b/extra/my_print_defaults.c @@ -48,7 +48,7 @@ static void usage(my_bool version) puts("Prints all arguments that is give to some program using the default files"); printf("Usage: %s [OPTIONS] groups\n",my_progname); printf("\n\ - -c, --config-file=# --defaults-file=#\n\ + -c, --config-file=#, --defaults-file=#\n\ The config file to use (default '%s')\n\ --no-defaults Return an empty string (useful for scripts)\n\ -?, --help Display this help message and exit.\n\ |