summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2006-01-16 20:21:42 +0100
committerunknown <joerg@mysql.com>2006-01-16 20:21:42 +0100
commitef3fe00faa68e20906bfc2d6656b5703ea0d7fdc (patch)
tree047eab2db2f549ec649e6218ea0535e133a64597 /extra
parent0d0d68ab2a9df77c914a471f04cbbdaf9e570129 (diff)
parentdb5fe0fc9772d9ab74d12d735cb67ca2fcb8721d (diff)
downloadmariadb-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.c7
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;