summaryrefslogtreecommitdiff
path: root/myisam/myisampack.c
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-09-02 08:37:27 +0200
committerunknown <serg@serg.mylan>2003-09-02 08:37:27 +0200
commit91bbabed3bc03cc0369a53a9cc5304e543d4a505 (patch)
treef00e62233333be743caf1c371b07fc3521b12bc1 /myisam/myisampack.c
parentf8b8ae8a169be8177c22e0ac930c13fd7e3ea595 (diff)
downloadmariadb-git-91bbabed3bc03cc0369a53a9cc5304e543d4a505.tar.gz
s/\t/ / in command-line help text
Diffstat (limited to 'myisam/myisampack.c')
-rw-r--r--myisam/myisampack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisampack.c b/myisam/myisampack.c
index 4fc84ac5657..800203a30e2 100644
--- a/myisam/myisampack.c
+++ b/myisam/myisampack.c
@@ -243,7 +243,7 @@ static struct my_option my_long_options[] =
{"debug", '#', "Output debug log. Often this is 'd:t:o,filename'",
0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
{"force", 'f',
- "Force packing of table even if it gets bigger or if tempfile exists.",
+ "Force packing of table even if it gets bigger or if tempfile exists.",
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
{"join", 'j',
"Join all given tables into 'new_table_name'. All tables MUST have identical layouts.",