Fix typo in xtrabackup --help output

This commit is contained in:
Tim van Dijen 2024-08-13 18:28:23 +02:00 committed by Daniel Black
parent e40dfcdd89
commit f41a120298

View file

@ -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 },