mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Fix typo in xtrabackup --help output
This commit is contained in:
parent
e40dfcdd89
commit
f41a120298
1 changed files with 1 additions and 1 deletions
|
@ -1704,7 +1704,7 @@ struct my_option xb_server_options[] =
|
|||
0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0 },
|
||||
|
||||
{"check-privileges", OPT_XTRA_CHECK_PRIVILEGES, "Check database user "
|
||||
"privileges fro the backup user",
|
||||
"privileges for the backup user",
|
||||
&opt_check_privileges, &opt_check_privileges,
|
||||
0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0 },
|
||||
|
||||
|
|
Loading…
Reference in a new issue