Skip to content

Commit 44790f5

Browse files
committed
Fixed typo in aria_s3_copy
1 parent 3775e7c commit 44790f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/maria/aria_s3_copy.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ static void usage(void)
113113
puts("\nThis software comes with NO WARRANTY: "
114114
" see the PUBLIC for details.\n");
115115
puts("Copy an Aria table to and from s3");
116-
printf("Usage: %s --aws-access-key=# --aws-secret-access-key=# --aws-region # "
116+
printf("Usage: %s --aws-access-key=# --aws-secret-access-key=# --aws-region=# "
117117
"--op=(from_s3 | to_s3 | delete_from_s3) [OPTIONS] tables[.MAI]\n",
118118
my_progname_short);
119119
print_defaults("my", load_default_groups);

0 commit comments

Comments
 (0)