diff options
author | monty@donna.mysql.com <> | 2000-09-20 04:54:10 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-20 04:54:10 +0300 |
commit | dc4525636ce2912fb9a455503260760621e2eb46 (patch) | |
tree | 9809b1ec91af01ed8cc76e542fe1a102e239d9b1 /myisam/myisamchk.c | |
parent | f2f515e5c2733dfe95471640ff740d0f936579b9 (diff) | |
download | mariadb-git-dc4525636ce2912fb9a455503260760621e2eb46.tar.gz |
Small bug fixes + code for DELETE QUICK
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r-- | myisam/myisamchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c index 5740dcf76f5..ed1681c728c 100644 --- a/myisam/myisamchk.c +++ b/myisam/myisamchk.c @@ -221,7 +221,7 @@ static void usage(void) extreme cases as myisamchk should normally be able to\n\ find out if the table is ok even without this switch\n\ -F, --fast Check only tables that hasn't been closed properly\n\ - -C, --check-changed-tables\n\ + -C, --check-only-changed\n\ Check only tables that has changed since last check\n\ -f, --force Restart with -r if there are any errors in the table\n\ -i, --information Print statistics information about table that is checked\n\ |