diff options
author | unknown <joerg@mysql.com> | 2006-01-16 20:21:42 +0100 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2006-01-16 20:21:42 +0100 |
commit | ef3fe00faa68e20906bfc2d6656b5703ea0d7fdc (patch) | |
tree | 047eab2db2f549ec649e6218ea0535e133a64597 /extra | |
parent | 0d0d68ab2a9df77c914a471f04cbbdaf9e570129 (diff) | |
parent | db5fe0fc9772d9ab74d12d735cb67ca2fcb8721d (diff) | |
download | mariadb-git-ef3fe00faa68e20906bfc2d6656b5703ea0d7fdc.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; |