There was an error while loading. Please reload this page.
1 parent 3775e7c commit 44790f5Copy full SHA for 44790f5
storage/maria/aria_s3_copy.cc
@@ -113,7 +113,7 @@ static void usage(void)
113
puts("\nThis software comes with NO WARRANTY: "
114
" see the PUBLIC for details.\n");
115
puts("Copy an Aria table to and from s3");
116
- printf("Usage: %s --aws-access-key=# --aws-secret-access-key=# --aws-region # "
+ printf("Usage: %s --aws-access-key=# --aws-secret-access-key=# --aws-region=# "
117
"--op=(from_s3 | to_s3 | delete_from_s3) [OPTIONS] tables[.MAI]\n",
118
my_progname_short);
119
print_defaults("my", load_default_groups);
0 commit comments