diff options
author | joerg@mysql.com <> | 2006-01-16 20:21:42 +0100 |
---|---|---|
committer | joerg@mysql.com <> | 2006-01-16 20:21:42 +0100 |
commit | b2f6d4f5741ab085809e290d7b2372fa2b600e77 (patch) | |
tree | 047eab2db2f549ec649e6218ea0535e133a64597 /extra | |
parent | 237e80670a1b5c348d16acd44990a2632f55a9f7 (diff) | |
parent | 5da306b57eea0bc41db438ea2bf4544421544cc6 (diff) | |
download | mariadb-git-b2f6d4f5741ab085809e290d7b2372fa2b600e77.tar.gz |
Merge mysql.com:/M50/merge-5.0 into mysql.com:/M51/merge-5.1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/comp_err.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/comp_err.c b/extra/comp_err.c index d0e387dcd35..65fc131a5fc 100644 --- a/extra/comp_err.c +++ b/extra/comp_err.c @@ -876,9 +876,10 @@ static void usage(void) { DBUG_ENTER("usage"); print_version(); - printf("This software comes with ABSOLUTELY NO WARRANTY. This is free " - "software,\nand you are welcome to modify and redistribute it under " - "the GPL license\nUsage:\n"); + printf("This software comes with ABSOLUTELY NO WARRANTY. " + "This is free software,\n" + "and you are welcome to modify and redistribute it under the GPL license.\n" + "Usage:\n"); my_print_help(my_long_options); my_print_variables(my_long_options); DBUG_VOID_RETURN; |