Merge pull request #119 from jani/patch-1

Minor typo fixed in usage()
This commit is contained in:
Jean-Marie Renouard 2015-08-27 11:53:32 +02:00
commit b172b79ef2

View file

@ -618,7 +618,7 @@ sub usage {
. " --buffers Print global and per-thread buffer values\n" . " --buffers Print global and per-thread buffer values\n"
. " --outputfile <path> Path to a output txt file\n" . "\n" . " --outputfile <path> Path to a output txt file\n" . "\n"
. " --reportfile <path> Path to a report 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; exit 0;
} }
@ -3549,4 +3549,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# indent-tabs-mode: t # indent-tabs-mode: t
# cperl-indent-level: 8 # cperl-indent-level: 8
# perl-indent-level: 8 # perl-indent-level: 8
# End: # End: