diff options
author | monty@mysql.com <> | 2004-03-17 10:36:12 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-17 10:36:12 +0200 |
commit | f9ad65049088dc58591c954903a22e527e96ea5a (patch) | |
tree | 6f4235e7fd4eb101374c74e2c3c02470bb69d2ab /myisam/myisam_ftdump.c | |
parent | 44667503b75b539e43a057743f7baefce418d4d6 (diff) | |
parent | e8c65b886d91eded17d3aa859da831fd04877549 (diff) | |
download | mariadb-git-f9ad65049088dc58591c954903a22e527e96ea5a.tar.gz |
merge with 4.0
Diffstat (limited to 'myisam/myisam_ftdump.c')
-rw-r--r-- | myisam/myisam_ftdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisam_ftdump.c b/myisam/myisam_ftdump.c index 015604aa1ad..7d1b20eb854 100644 --- a/myisam/myisam_ftdump.c +++ b/myisam/myisam_ftdump.c @@ -267,7 +267,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)), static void usage() { - printf("Use: ft_dump <table_name> <index_no>\n"); + printf("Use: myisam_ftdump <table_name> <index_num>\n"); my_print_help(my_long_options); my_print_variables(my_long_options); exit(1); |