diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-09-24 19:19:25 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-09-24 19:19:25 +0400 |
commit | 0a359d76272bdf74dfbc1bd3bf9e38140cfaa7a1 (patch) | |
tree | cb6af5b82c6628a47c4ea8be9597346f4a5fb88f /storage/myisam/myisamchk.c | |
parent | fa9e012a3412ad93159b69e4c7eb7a2eb5bde37f (diff) | |
parent | 5f118b26c83960c8fa98bfd544f57ffd76b55304 (diff) | |
download | mariadb-git-0a359d76272bdf74dfbc1bd3bf9e38140cfaa7a1.tar.gz |
Merge remote-tracking branch 'origin/10.1' into 10.2
Diffstat (limited to 'storage/myisam/myisamchk.c')
-rw-r--r-- | storage/myisam/myisamchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/myisamchk.c b/storage/myisam/myisamchk.c index 4354b83a0c9..76c9d0f7828 100644 --- a/storage/myisam/myisamchk.c +++ b/storage/myisam/myisamchk.c @@ -378,7 +378,7 @@ static void usage(void) puts("Check options (check is the default action for myisamchk):\n\ -c, --check Check table for errors.\n\ - -e, --extend-check Check the table VERY throughly. Only use this in\n\ + -e, --extend-check Check the table VERY thoroughly. Only use this in\n\ 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 haven't been closed properly.\n\ |