summaryrefslogtreecommitdiff
path: root/client/mysqlslap.c
diff options
context:
space:
mode:
authorunknown <paul@polar.kitebird.com>2006-04-28 10:44:08 -0500
committerunknown <paul@polar.kitebird.com>2006-04-28 10:44:08 -0500
commit09ac4a5f38e1a371427e22d154d542c4481fcf80 (patch)
tree4c7c27e268f56fb2ae60016202b638e57e321ede /client/mysqlslap.c
parent2e8397d953d06f9c476ec2f8acd18ea81b39fcbe (diff)
downloadmariadb-git-09ac4a5f38e1a371427e22d154d542c4481fcf80.tar.gz
mysqlslap.c:
Avoid embedding a bunch of whitespace in --help message. client/mysqlslap.c: Avoid embedding a bunch of whitespace in --help message.
Diffstat (limited to 'client/mysqlslap.c')
-rw-r--r--client/mysqlslap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqlslap.c b/client/mysqlslap.c
index d9b4230348e..11d3ae5a2df 100644
--- a/client/mysqlslap.c
+++ b/client/mysqlslap.c
@@ -457,8 +457,8 @@ static struct my_option my_long_options[] =
(gptr*) &opt_mysql_port, 0, GET_UINT, REQUIRED_ARG, MYSQL_PORT, 0, 0, 0, 0,
0},
{"preserve-schema", OPT_MYSQL_PRESERVE_SCHEMA,
- "Preserve the schema from the mysqlslap run, this happens unless \
- --auto-generate-sql or --create are used.",
+ "Preserve the schema from the mysqlslap run, this happens unless "
+ "--auto-generate-sql or --create are used.",
(gptr*) &opt_preserve, (gptr*) &opt_preserve, 0, GET_BOOL,
NO_ARG, TRUE, 0, 0, 0, 0, 0},
{"protocol", OPT_MYSQL_PROTOCOL,