From 848e70f55a4dbd02d97c8cbafbeb3d1903da872d Mon Sep 17 00:00:00 2001 From: Jan Ingvoldstad Date: Thu, 27 Aug 2015 11:13:44 +0200 Subject: [PATCH] Minor typo fixed in usage() --- mysqltuner.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 3cfa1cc..b8ae1d2 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -618,7 +618,7 @@ sub usage { . " --buffers Print global and per-thread buffer values\n" . " --outputfile Path to a output txt file\n" . "\n" . " --reportfile Path to a report txt file\n" . "\n" - . " --tempalte Path to a template file\n" . "\n"; + . " --template Path to a template file\n" . "\n"; exit 0; } @@ -3549,4 +3549,4 @@ along with this program. If not, see . # indent-tabs-mode: t # cperl-indent-level: 8 # perl-indent-level: 8 -# End: \ No newline at end of file +# End: