summaryrefslogtreecommitdiff
path: root/Porting/bench.pl
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2016-12-07 00:20:05 +0100
committerYves Orton <demerphq@gmail.com>2016-12-07 00:20:05 +0100
commitc3bb902a3c063b949a0dbcac8c79b158e6bc416e (patch)
treefdc1754bab54f6d201aea1aa5be1c2203f37589e /Porting/bench.pl
parent6b0260474df579e9412f57249519747ab8bb5c2b (diff)
downloadperl-c3bb902a3c063b949a0dbcac8c79b158e6bc416e.tar.gz
fixup pod in Porting/bench.pl
vim and podcheck.t didnt agree on how long the line was, so I just gave in and submitted to its tyranny.
Diffstat (limited to 'Porting/bench.pl')
-rwxr-xr-xPorting/bench.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/bench.pl b/Porting/bench.pl
index 03fd5cc621..6cb7a3c7b0 100755
--- a/Porting/bench.pl
+++ b/Porting/bench.pl
@@ -29,10 +29,10 @@ perls.
bench.pl [options] --write=blead.time -- ./perl=blead
# hack hack hack
- bench.pl [options] --read=blead.time -- ./perl=hacked
+ bench.pl --read=blead.time -- ./perl=hacked
# You can also combine --read with --write
- bench.pl [options] --read=blead.time --write=last.time -- ./perl=hacked
+ bench.pl --read=blead.time --write=last.time -- ./perl=hacked
=head1 DESCRIPTION