Selaa lähdekoodia

perf stat: Fix command option / manpage

-l is not supported, it should be -S for scale.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <1245703959.6167.16.camel@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Jaswinder Singh Rajput 16 vuotta sitten
vanhempi
commit
dee412066a
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      tools/perf/Documentation/perf-stat.txt

+ 3 - 3
tools/perf/Documentation/perf-stat.txt

@@ -8,8 +8,8 @@ perf-stat - Run a command and gather performance counter statistics
 SYNOPSIS
 SYNOPSIS
 --------
 --------
 [verse]
 [verse]
-'perf stat' [-e <EVENT> | --event=EVENT] [-l] [-a] <command>
-'perf stat' [-e <EVENT> | --event=EVENT] [-l] [-a] -- <command> [<options>]
+'perf stat' [-e <EVENT> | --event=EVENT] [-S] [-a] <command>
+'perf stat' [-e <EVENT> | --event=EVENT] [-S] [-a] -- <command> [<options>]
 
 
 DESCRIPTION
 DESCRIPTION
 -----------
 -----------
@@ -40,7 +40,7 @@ OPTIONS
 -a::
 -a::
         system-wide collection
         system-wide collection
 
 
--l::
+-S::
         scale counter values
         scale counter values
 
 
 EXAMPLES
 EXAMPLES