Remove erroneous dot

This commit is contained in:
Rick Kuipers 2022-02-13 17:15:44 +01:00 committed by GitHub
parent 096ed0f09f
commit 09424eedfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6667,7 +6667,7 @@ sub close_outputfile {
sub headerprint { sub headerprint {
prettyprint prettyprint
" >> MySQLTuner $tunerversion\n" " >> MySQLTuner $tunerversion\n"
. "\t * Jean-Marie Renouard <jmrenouard\@gmail.com>\n". . "\t * Jean-Marie Renouard <jmrenouard\@gmail.com>\n"
. "\t * Major Hayden <major\@mhtx.net>\n" . "\t * Major Hayden <major\@mhtx.net>\n"
. " >> Bug reports, feature requests, and downloads at http://mysqltuner.pl/\n" . " >> Bug reports, feature requests, and downloads at http://mysqltuner.pl/\n"
. " >> Run with '--help' for additional options and output filtering"; . " >> Run with '--help' for additional options and output filtering";