diff options
author | serg@serg.mylan <> | 2003-09-02 08:37:27 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2003-09-02 08:37:27 +0200 |
commit | c297aa934edc2c8c39f0916e07d7e5928d87d111 (patch) | |
tree | f00e62233333be743caf1c371b07fc3521b12bc1 /myisam | |
parent | de627fde80fee152b18e3b3aa934822e3818878c (diff) | |
download | mariadb-git-c297aa934edc2c8c39f0916e07d7e5928d87d111.tar.gz |
s/\t/ / in command-line help text
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/myisampack.c | 2 |
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.", |