Minor typo fixed in usage()

This commit is contained in:
Jan Ingvoldstad 2015-08-27 11:13:44 +02:00
parent f06212d18f
commit 848e70f55a

View file

@ -618,7 +618,7 @@ sub usage {
. " --buffers Print global and per-thread buffer values\n"
. " --outputfile <path> Path to a output txt file\n" . "\n"
. " --reportfile <path> Path to a report txt file\n" . "\n"
. " --tempalte <path> Path to a template file\n" . "\n";
. " --template <path> Path to a template file\n" . "\n";
exit 0;
}