summaryrefslogtreecommitdiff
path: root/myisam/ft_dump.c
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-12-05 13:08:00 +0200
committermonty@hundin.mysql.fi <>2001-12-05 13:08:00 +0200
commit40da50460543ee76d70b727506bf0676be9bcd52 (patch)
treeebaaee150fd57244707948e9099cf10b4299d8e4 /myisam/ft_dump.c
parentdcdc6c5b4dfe61ffceef524b8bc3005496a1e5a6 (diff)
parent1de4fff5ba80982cbed3a524488528c83ed8f945 (diff)
downloadmariadb-git-40da50460543ee76d70b727506bf0676be9bcd52.tar.gz
merge
Diffstat (limited to 'myisam/ft_dump.c')
-rw-r--r--myisam/ft_dump.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/myisam/ft_dump.c b/myisam/ft_dump.c
index 48c26d1aa79..07d079cea1e 100644
--- a/myisam/ft_dump.c
+++ b/myisam/ft_dump.c
@@ -209,15 +209,15 @@ 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
--l report length distribution
--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\
+-l Report length distribution\n\
+-v Be verbose\n\
+-h This text\n\
", *argv, options);
exit(1);
}