diff options
author | Hakan Kuecuekyilmaz <hakan@askmonty.org> | 2009-11-11 23:13:07 +0100 |
---|---|---|
committer | Hakan Kuecuekyilmaz <hakan@askmonty.org> | 2009-11-11 23:13:07 +0100 |
commit | 4792703dc5a295771f315bd7da7090c3b753f062 (patch) | |
tree | c1e834ef9d8eeceb6fa703f33b9d8bf01e67a753 /client/mysqlslap.c | |
parent | 9b7a0fddbea952372adc04b1c098411b19cb173b (diff) | |
download | mariadb-git-4792703dc5a295771f315bd7da7090c3b753f062.tar.gz |
Fixed typos of --engine help text.
Diffstat (limited to 'client/mysqlslap.c')
-rw-r--r-- | client/mysqlslap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqlslap.c b/client/mysqlslap.c index 2dba157dd78..5a0bbfe533f 100644 --- a/client/mysqlslap.c +++ b/client/mysqlslap.c @@ -597,8 +597,8 @@ static struct my_option my_long_options[] = (uchar**) &detach_rate, (uchar**) &detach_rate, 0, GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"engine", 'e', "Comma separated list of storage engines to use for creating the table." - "The test is run for each engine. You can also specify an option for an engine" - "after a `:', like memory:max_row=2300", + " The test is run for each engine. You can also specify an option for an engine" + " after a `:', like memory:max_row=2300", (uchar**) &default_engine, (uchar**) &default_engine, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"host", 'h', "Connect to host.", (uchar**) &host, (uchar**) &host, 0, GET_STR, |