diff options
author | Ian Gilfillan <github@greenman.co.za> | 2021-04-14 02:17:48 +0200 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2021-04-14 14:57:32 +1000 |
commit | 25570648732e202fd9b3291c379c9bfadfb5b15e (patch) | |
tree | 1b93dff54a688c0048c36db7ff964c1fce16c683 /extra | |
parent | 55a7682a30963c1ee5e367d9f3b9b2e50e12d663 (diff) | |
download | mariadb-git-25570648732e202fd9b3291c379c9bfadfb5b15e.tar.gz |
MDEV-25354: Fix my_print_defaults wording
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 5992af3bb78..d75c3f51319 100644 --- a/extra/my_print_defaults.c +++ b/extra/my_print_defaults.c @@ -116,7 +116,7 @@ static void usage() { version(); puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,\nand you are welcome to modify and redistribute it under the GPL license\n"); - puts("Prints all arguments that is give to some program using the default files"); + puts("Displays the options from option groups of option files, which is useful to see which options a particular tool will use"); printf("Usage: %s [OPTIONS] [groups]\n", my_progname); my_print_help(my_long_options); my_print_default_files(config_file); |