Skip to content

Commit e30cdb6

Browse files
committed
mariabackup : improve help text
1 parent 4794e5b commit e30cdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/mariabackup/xtrabackup.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ GNU General Public License for more details.\n\
12131213
\n\
12141214
You can download full text of the license on http://www.gnu.org/licenses/gpl-2.0.txt\n");
12151215

1216-
printf("Usage: [%s [--defaults-file=#] --backup | %s [--defaults-file=#] --prepare] [OPTIONS]\n",my_progname,my_progname);
1216+
printf("Usage: %s [--defaults-file=#] [--backup | --prepare | --copy-back | --move-back] [OPTIONS]\n",my_progname);
12171217
print_defaults("my", xb_server_default_groups);
12181218
my_print_help(xb_client_options);
12191219
my_print_help(xb_server_options);

0 commit comments

Comments
 (0)