diff options
author | jimw@mysql.com <> | 2005-05-02 10:20:22 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-05-02 10:20:22 -0700 |
commit | 2d44d93ce6b8a789db6ce943ede56b1e1bc3b5d3 (patch) | |
tree | 560903fa2dd038b66b1062951c1aac80c374334a /extra | |
parent | 7bab94f36b8334b9de1c1d1afc0a86114939fc61 (diff) | |
parent | 2441da8cd96e1d7a8875d01692a08a5ff0a2320c (diff) | |
download | mariadb-git-2d44d93ce6b8a789db6ce943ede56b1e1bc3b5d3.tar.gz |
Merge mysql.com:/home/jimw/my/mysql-5.0-5354
into mysql.com:/home/jimw/my/mysql-5.0-clean
Diffstat (limited to 'extra')
-rw-r--r-- | extra/my_print_defaults.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/my_print_defaults.c b/extra/my_print_defaults.c index c0461fd0368..946ac219e1a 100644 --- a/extra/my_print_defaults.c +++ b/extra/my_print_defaults.c @@ -76,6 +76,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); my_print_help(my_long_options); + my_print_default_files(config_file); my_print_variables(my_long_options); printf("\nExample usage:\n%s --config-file=my client mysql\n", my_progname); } |