diff options
author | unknown <serg@sergbook.mysql.com> | 2002-06-24 22:22:23 +0200 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2002-06-24 22:22:23 +0200 |
commit | 2a32642d8fc8e335016a5c9bc99b82065428645a (patch) | |
tree | 7f06ba416159bfa8afd984ae6219679f24a657f3 /myisam/myisamchk.c | |
parent | 1a64790587b8a6080c2a051cae220c4176229823 (diff) | |
parent | bb016624066bab60edf07feeaf855dab1353e6e4 (diff) | |
download | mariadb-git-2a32642d8fc8e335016a5c9bc99b82065428645a.tar.gz |
post-merge fix
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r-- | myisam/myisamchk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c index 05939710e89..6f12ce1536b 100644 --- a/myisam/myisamchk.c +++ b/myisam/myisamchk.c @@ -258,7 +258,7 @@ static struct my_option my_long_options[] = "Unpack file packed with myisampack.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, {"verbose", 'v', - "Print more information. This can be used with --describe and --check. Use many -v for more verbosity!", + "Print more information. This can be used with --description and --check. Use many -v for more verbosity!", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, {"version", 'V', "Print version and exit.", @@ -331,7 +331,7 @@ static void usage(void) -s, --silent Only print errors. One can use two -s to make\n\ myisamchk very silent\n\ -v, --verbose Print more information. This can be used with\n\ - --describe and --check. Use many -v for more verbosity!\n\ + --description and --check. Use many -v for more verbosity!\n\ -V, --version Print version and exit.\n\ -w, --wait Wait if table is locked.\n"); @@ -384,7 +384,7 @@ static void usage(void) puts("Other actions:\n\ -a, --analyze Analyze distribution of keys. Will make some joins in\n\ MySQL faster. You can check the calculated distribution\n\ - by using '--describe --verbose table_name'.\n\ + by using '--description --verbose table_name'.\n\ -d, --description Prints some information about table.\n\ -A, --set-auto-increment[=value]\n\ Force auto_increment to start at this or higher value\n\ |