diff options
author | monty@hundin.mysql.fi <> | 2001-12-02 14:34:01 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-12-02 14:34:01 +0200 |
commit | 1d26537da53fee228b2f9d974d4806a06b76e33e (patch) | |
tree | 8e30a64d5c7aaa0ba8554c4c316cc9b76a6724ca /myisam/ft_dump.c | |
parent | 8a8617075a9e6ae3537bb8d81c8f4ab62e77fa44 (diff) | |
download | mariadb-git-1d26537da53fee228b2f9d974d4806a06b76e33e.tar.gz |
Query cache.
Remove some warnings
Diffstat (limited to 'myisam/ft_dump.c')
-rw-r--r-- | myisam/ft_dump.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/myisam/ft_dump.c b/myisam/ft_dump.c index 940164f89c5..0d5fa7c8fd6 100644 --- a/myisam/ft_dump.c +++ b/myisam/ft_dump.c @@ -184,14 +184,14 @@ static void get_options(int argc, char *argv[]) static void usage(char *argv[]) { - printf(" -Use: %s [-%s] <table_name> <index_no> - --d dump index (incl. data offsets and word weights) --s report global stats --c calculate per-word stats (counts and global weights) --v be verbose --h this text\n + printf("\n\ +Use: %s [-%s] <table_name> <index_no>\n\ +\n\ +-d dump index (incl. data offsets and word weights)\n\ +-s report global stats\n\ +-c calculate per-word stats (counts and global weights)\n\ +-v be verbose\n\ +-h this text\n\ ", *argv, options); exit(1); } |