diff options
author | lenz@mysql.com <> | 2002-05-15 15:35:27 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-05-15 15:35:27 +0200 |
commit | 8f0f951b4bdea0f9e5a4799d6e7865307ec639d0 (patch) | |
tree | 4329ced9bb3b8ea9b8281bfbfc7ec6920b54bc2a /client/mysqlcheck.c | |
parent | 0fe3b5afbd3ce807e38eca8376b40ddc4f1e2362 (diff) | |
download | mariadb-git-8f0f951b4bdea0f9e5a4799d6e7865307ec639d0.tar.gz |
Reformatted license statement in mysqlcheck usage output text to enable
mysql_copyright to replace it
Diffstat (limited to 'client/mysqlcheck.c')
-rw-r--r-- | client/mysqlcheck.c | 5 |
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."); |