From 1d26537da53fee228b2f9d974d4806a06b76e33e Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Sun, 2 Dec 2001 14:34:01 +0200 Subject: Query cache. Remove some warnings --- myisam/ft_dump.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'myisam/ft_dump.c') 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] - --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] \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); } -- cgit v1.2.1