mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
BUG#27683 Incorrect description for ndb_restore --print
This commit is contained in:
parent
ad81e83c70
commit
326d7307e3
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ static struct my_option my_long_options[] =
|
||||||
"(parallelism can be 1 to 1024)",
|
"(parallelism can be 1 to 1024)",
|
||||||
(gptr*) &ga_nParallelism, (gptr*) &ga_nParallelism, 0,
|
(gptr*) &ga_nParallelism, (gptr*) &ga_nParallelism, 0,
|
||||||
GET_INT, REQUIRED_ARG, 128, 1, 1024, 0, 1, 0 },
|
GET_INT, REQUIRED_ARG, 128, 1, 1024, 0, 1, 0 },
|
||||||
{ "print", OPT_PRINT, "Print data and log to stdout",
|
{ "print", OPT_PRINT, "Print metadata, data and log to stdout",
|
||||||
(gptr*) &_print, (gptr*) &_print, 0,
|
(gptr*) &_print, (gptr*) &_print, 0,
|
||||||
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0 },
|
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0 },
|
||||||
{ "print_data", OPT_PRINT_DATA, "Print data to stdout",
|
{ "print_data", OPT_PRINT_DATA, "Print data to stdout",
|
||||||
|
|
Loading…
Reference in a new issue