diff options
author | unknown <lenz@mysql.com> | 2002-10-08 16:22:35 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-10-08 16:22:35 +0200 |
commit | 020ef234fc42d7aa9b688b047e21326d0734dc4b (patch) | |
tree | 6c6d7b40c36f6057a5c63909a29a148eea18cc58 /myisam | |
parent | 5693d49a6a599b677a7bf543debf63300fd63f22 (diff) | |
parent | fb35a80ea193cc9fedd88a2281345e15b40c3cfe (diff) | |
download | mariadb-git-020ef234fc42d7aa9b688b047e21326d0734dc4b.tar.gz |
Merge mysql.com:/my/mysql-4.0
into mysql.com:/space/my/mysql-4.0-automake
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/myisampack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myisam/myisampack.c b/myisam/myisampack.c index cf0448a9062..4fc84ac5657 100644 --- a/myisam/myisampack.c +++ b/myisam/myisampack.c @@ -269,7 +269,7 @@ static struct my_option my_long_options[] = static void print_version(void) { - printf("%s Ver 1.21 for %s on %s\n", my_progname, SYSTEM_TYPE, MACHINE_TYPE); + printf("%s Ver 1.22 for %s on %s\n", my_progname, SYSTEM_TYPE, MACHINE_TYPE); } static void usage(void) @@ -282,7 +282,7 @@ static void usage(void) puts("Pack a MyISAM-table to take much less space."); puts("Keys are not updated, you must run myisamchk -rq on the datafile"); puts("afterwards to update the keys."); - puts("You should give the .MSI file as the filename argument."); + puts("You should give the .MYI file as the filename argument."); printf("\nUsage: %s [OPTIONS] filename...\n", my_progname); my_print_help(my_long_options); |