From 44790f58ac5d0c63072bc50f96d40965a4979151 Mon Sep 17 00:00:00 2001 From: Monty Date: Thu, 30 Jan 2020 17:36:45 +0200 Subject: [PATCH] Fixed typo in aria_s3_copy --- storage/maria/aria_s3_copy.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/maria/aria_s3_copy.cc b/storage/maria/aria_s3_copy.cc index d6d0e6e0ba7..981aa052415 100644 --- a/storage/maria/aria_s3_copy.cc +++ b/storage/maria/aria_s3_copy.cc @@ -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);