Skip to content

Commit

Permalink
MDEV-25354: Fix my_print_defaults wording
Browse files Browse the repository at this point in the history
  • Loading branch information
iangilfillan authored and grooverdan committed Apr 14, 2021
1 parent 55a7682 commit 2557064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/my_print_defaults.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2557064

Please sign in to comment.