We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4794e5b commit e30cdb6Copy full SHA for e30cdb6
extra/mariabackup/xtrabackup.cc
@@ -1213,7 +1213,7 @@ GNU General Public License for more details.\n\
1213
\n\
1214
You can download full text of the license on http://www.gnu.org/licenses/gpl-2.0.txt\n");
1215
1216
- printf("Usage: [%s [--defaults-file=#] --backup | %s [--defaults-file=#] --prepare] [OPTIONS]\n",my_progname,my_progname);
+ printf("Usage: %s [--defaults-file=#] [--backup | --prepare | --copy-back | --move-back] [OPTIONS]\n",my_progname);
1217
print_defaults("my", xb_server_default_groups);
1218
my_print_help(xb_client_options);
1219
my_print_help(xb_server_options);
0 commit comments