Kaynağa Gözat

perf stat: Fix --delay option in man page

The --delay option was documented as --initial-delay in the manpage. Fix this.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1389132847-31982-1-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Andi Kleen 11 yıl önce
ebeveyn
işleme
8f3dd2b096
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tools/perf/Documentation/perf-stat.txt

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

@@ -133,7 +133,7 @@ use --per-core in addition to -a. (system-wide).  The output includes the
 core number and the number of online logical processors on that physical processor.
 core number and the number of online logical processors on that physical processor.
 
 
 -D msecs::
 -D msecs::
---initial-delay msecs::
+--delay msecs::
 After starting the program, wait msecs before measuring. This is useful to
 After starting the program, wait msecs before measuring. This is useful to
 filter out the startup phase of the program, which is often very different.
 filter out the startup phase of the program, which is often very different.