mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Fix usage line.
This commit is contained in:
parent
20b6863c9a
commit
33f569c396
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue