Commit e5fa42d9 authored by unknown's avatar unknown

Fix usage line.

parent 8d2bb926
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment