diff options
author | unknown <paul@teton.kitebird.com> | 2004-03-16 11:42:35 -0600 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2004-03-16 11:42:35 -0600 |
commit | e5fa42d9e8d2b73b1ea6468a506961088b54a85b (patch) | |
tree | b9f9dc5a3d5ae5aa0bb1563e662a4385298a0c63 /myisam | |
parent | 8d2bb926fbe5431faf2ae768ecad6240954295fd (diff) | |
download | mariadb-git-e5fa42d9e8d2b73b1ea6468a506961088b54a85b.tar.gz |
Fix usage line.
Diffstat (limited to 'myisam')
-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 2c6872627d7..d06cb46bdc1 100644 --- a/myisam/myisam_ftdump.c +++ b/myisam/myisam_ftdump.c @@ -261,7 +261,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); |