In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/65f0b1c95d7bf215dbc4072208126d472133a852?hp=3e33f67a69740d3a232ef7e31d7dbcb6793ef0aa>

- Log -----------------------------------------------------------------
commit 65f0b1c95d7bf215dbc4072208126d472133a852
Author: David Mitchell <[email protected]>
Date:   Fri Feb 13 12:47:36 2015 +0000

    bench.pl: fix doc --sort thinko
    
    --sort's arg is field:perl, not perl:field
-----------------------------------------------------------------------

Summary of changes:
 Porting/bench.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/bench.pl b/Porting/bench.pl
index dc90a8f..62c7aa0 100755
--- a/Porting/bench.pl
+++ b/Porting/bench.pl
@@ -149,7 +149,7 @@ high counts will dominate.
 
 =item *
 
---sort=I<perl:field>
+--sort=I<field:perl>
 
 Order the tests in the output based on the value of I<field> in the
 column I<perl>. The I<perl> value is as per C<--norm>. For example
@@ -238,7 +238,7 @@ usage: $0 [options] perl[=label] ...
                        [default: 0].
   --perlargs=foo     Optional command-line args to pass to each perl to run.
   --raw              Display raw data counts rather than percentages.
-  --sort=perl:field  Sort the tests based on the value of 'field' in the
+  --sort=field:perl  Sort the tests based on the value of 'field' in the
                        column 'perl'. The perl value is as per --norm.
   -r|--read=file     Read in previously saved data from the specified file.
   --tests=FOO        Select only the specified tests from the benchmarks file;

--
Perl5 Master Repository

Reply via email to