mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fixed typo in aria_s3_copy
This commit is contained in:
parent
3775e7cc00
commit
44790f58ac
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ static void usage(void)
|
|||
puts("\nThis software comes with NO WARRANTY: "
|
||||
" see the PUBLIC for details.\n");
|
||||
puts("Copy an Aria table to and from s3");
|
||||
printf("Usage: %s --aws-access-key=# --aws-secret-access-key=# --aws-region # "
|
||||
printf("Usage: %s --aws-access-key=# --aws-secret-access-key=# --aws-region=# "
|
||||
"--op=(from_s3 | to_s3 | delete_from_s3) [OPTIONS] tables[.MAI]\n",
|
||||
my_progname_short);
|
||||
print_defaults("my", load_default_groups);
|
||||
|
|
Loading…
Add table
Reference in a new issue