diff options
Diffstat (limited to 'isam')
-rw-r--r-- | isam/pack_isam.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/isam/pack_isam.c b/isam/pack_isam.c index a08f710c89b..ca2685d3278 100644 --- a/isam/pack_isam.c +++ b/isam/pack_isam.c @@ -284,9 +284,10 @@ static void print_version(void) static void usage(void) { print_version(); - puts("Copyright (C) 1994-2000 TcX AB & Monty Program KB & Detron HB."); - puts("This is not free software. You must have a licence to use this program"); - puts("This software comes with ABSOLUTELY NO WARRANTY\n"); + puts("Copyright (C) 2002 MySQL AB"); + puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,"); + puts("and you are welcome to modify and redistribute it under the GPL license\n"); + puts("Pack a ISAM-table to take much smaller space"); puts("Keys are not updated, so you must run isamchk -rq on any table"); puts("that has keys after you have compressed it"); |