summaryrefslogtreecommitdiff
path: root/client/mysqlcheck.c
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-05-15 15:35:27 +0200
committerunknown <lenz@mysql.com>2002-05-15 15:35:27 +0200
commit06a388075d67898598610b7f5da5d3c16711df84 (patch)
tree4329ced9bb3b8ea9b8281bfbfc7ec6920b54bc2a /client/mysqlcheck.c
parent00d62e8dc5ded1f4ab612d05f8807312c05da9f6 (diff)
downloadmariadb-git-06a388075d67898598610b7f5da5d3c16711df84.tar.gz
Reformatted license statement in mysqlcheck usage output text to enable
mysql_copyright to replace it client/mysqlcheck.c: Reformatted license statement in usage output to enable mysql_copyright to replace it
Diffstat (limited to 'client/mysqlcheck.c')
-rw-r--r--client/mysqlcheck.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/mysqlcheck.c b/client/mysqlcheck.c
index 43b77293761..7c556a1cee6 100644
--- a/client/mysqlcheck.c
+++ b/client/mysqlcheck.c
@@ -112,9 +112,8 @@ static void usage(void)
{
print_version();
puts("By Jani Tolonen, 2001-04-20, MySQL Development Team\n");
- puts("This software comes with ABSOLUTELY NO WARRANTY. This is free");
- puts("software and you are welcome to modify and redistribute it");
- puts("under the GPL license.\n");
+ puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n");
+ puts("and you are welcome to modify and redistribute it under the GPL license.\n");
puts("This program can be used to CHECK (-c,-m,-C), REPAIR (-r), ANALYZE (-a)");
puts("or OPTIMIZE (-o) tables. Some of the options (like -e or -q) can be");
puts("used same time. It works on MyISAM and in some cases on BDB tables.");