mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
mysqlslap.c:
Fix incorrect option description. client/mysqlslap.c: Fix incorrect option description.
This commit is contained in:
@@ -377,7 +377,8 @@ static struct my_option my_long_options[] =
|
|||||||
{"create-schema", OPT_CREATE_SLAP_SCHEMA, "Schema to run tests in.",
|
{"create-schema", OPT_CREATE_SLAP_SCHEMA, "Schema to run tests in.",
|
||||||
(gptr*) &create_schema_string, (gptr*) &create_schema_string, 0, GET_STR,
|
(gptr*) &create_schema_string, (gptr*) &create_schema_string, 0, GET_STR,
|
||||||
REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"csv", OPT_CREATE_SLAP_SCHEMA, "Schema to run tests in.",
|
{"csv", OPT_CREATE_SLAP_SCHEMA,
|
||||||
|
"Generate CSV output to named file or to stdout if no file is named.",
|
||||||
(gptr*) &opt_csv_str, (gptr*) &opt_csv_str, 0, GET_STR,
|
(gptr*) &opt_csv_str, (gptr*) &opt_csv_str, 0, GET_STR,
|
||||||
OPT_ARG, 0, 0, 0, 0, 0, 0},
|
OPT_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"debug", '#', "Output debug log. Often this is 'd:t:o,filename'.",
|
{"debug", '#', "Output debug log. Often this is 'd:t:o,filename'.",
|
||||||
|
Reference in New Issue
Block a user