From cb0acfe3191914dbfc02c7833e8fdebbfff8c25b Mon Sep 17 00:00:00 2001 From: Vladislav Toigildin Date: Thu, 15 Jun 2017 20:53:20 +0300 Subject: [PATCH] fix: add newlines before pod command paragraph + newline before __END__ --- mysqltuner.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysqltuner.pl b/mysqltuner.pl index 75b6326..f4d5f6f 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -6113,6 +6113,7 @@ close_outputfile; # Close reportfile if needed 1; __END__ + =pod =encoding UTF-8 @@ -6140,6 +6141,7 @@ You must provide the remote server's total memory when connecting to other serve --mysqladmin Path to a custom mysqladmin executable --mysqlcmd Path to a custom mysql executable --defaults-file Path to a custom .my.cnf + =head1 PERFORMANCE AND REPORTING OPTIONS --skipsize Don't enumerate tables and their types/sizes (default: on) @@ -6172,6 +6174,7 @@ You must provide the remote server's total memory when connecting to other serve --reportfile Path to a report txt file --template Path to a template file --verbose Prints out all options (default: no verbose) + =head1 PERLDOC You can find documentation for this module with the perldoc command.