mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
return --help option
This commit is contained in:
parent
039cb6f6bf
commit
5018b998a7
1 changed files with 6 additions and 0 deletions
|
@ -119,6 +119,7 @@ my_bool xtrabackup_move_back;
|
|||
my_bool xtrabackup_decrypt_decompress;
|
||||
my_bool xtrabackup_print_param;
|
||||
my_bool xtrabackup_mysqld_args;
|
||||
my_bool help;
|
||||
|
||||
my_bool xtrabackup_export;
|
||||
|
||||
|
@ -1415,6 +1416,11 @@ struct my_option xb_server_options[] =
|
|||
(G_PTR *) &xtrabackup_mysqld_args, (G_PTR *) &xtrabackup_mysqld_args, 0,
|
||||
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||
|
||||
{"help", '?',
|
||||
"Display this help and exit.",
|
||||
(G_PTR *) &help, (G_PTR *) &help, 0,
|
||||
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||
|
||||
{ 0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue