diff options
author | Aleksey Midenkov <midenok@gmail.com> | 2022-12-20 15:47:37 +0300 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2022-12-22 15:46:25 +0300 |
commit | 71fe90aeadcdd997ec23e98a217458e8243f7bf3 (patch) | |
tree | 0b0a7feaf804083684fd68c10b75b4eb81210971 | |
parent | b9ce66327c4bb847e91aa99d84f8bfe68c9e5dc0 (diff) | |
download | mariadb-git-bb-10.11-midenok.tar.gz |
MTR: renamed --print-core, --print-method to --core-print, --core-methodbb-10.11-midenok
-rw-r--r-- | mysql-test/lib/My/CoreDump.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/lib/My/CoreDump.pm b/mysql-test/lib/My/CoreDump.pm index 298cf9ef877..5e4f0868c04 100644 --- a/mysql-test/lib/My/CoreDump.pm +++ b/mysql-test/lib/My/CoreDump.pm @@ -106,12 +106,12 @@ for my $f (keys %print_formats) } } -register_opt('print-core|C', ':s', +register_opt('core-print|C', ':s', "Print core dump format: ". $print_formats. " (for not printing cores). ". "Defaults to value of MTR_PRINT_CORE or 'short'"); if (!IS_WINDOWS) { - register_opt('print-method', '=s', + register_opt('core-method', '=s', "Print core method: ". join(', ', $print_methods). " (try each method until success). ". "Defaults to 'auto'"); } |