diff options
author | unknown <bar@mysql.com> | 2005-03-24 18:21:56 +0400 |
---|---|---|
committer | unknown <bar@mysql.com> | 2005-03-24 18:21:56 +0400 |
commit | 76f3b678b7d70c859ba61c12292a9d6bbf7dcb25 (patch) | |
tree | 85eee948363eaa8a68360a5715708ec000bea92a /myisam/myisamchk.c | |
parent | 95d9707a0ad723d3df893a4072f6f71868af0c6c (diff) | |
download | mariadb-git-76f3b678b7d70c859ba61c12292a9d6bbf7dcb25.tar.gz |
myisamchk.c:
Wrong help string fix.
myisam/myisamchk.c:
Wrong help string fix.
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r-- | myisam/myisamchk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c index 21b56669ea6..d53e589e205 100644 --- a/myisam/myisamchk.c +++ b/myisam/myisamchk.c @@ -427,8 +427,8 @@ static void usage(void) can't fix the data file.\n\ --character-sets-dir=...\n\ Directory where character sets are.\n\ - --set-character-set=name\n\ - Change the character set used by the index.\n\ + --set-collation=name\n\ + Change the collation used by the index.\n\ -q, --quick Faster repair by not modifying the data file.\n\ One can give a second '-q' to force myisamchk to\n\ modify the original datafile in case of duplicate keys.\n\ |