aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Feiner <[email protected]>2015-11-04 09:21:46 -0800
committerArnaldo Carvalho de Melo <[email protected]>2015-11-05 12:47:51 -0300
commit956959f6b7a982b2e789a7a8fa1de437074a5eb9 (patch)
tree208840dfb895b7244d5197621c97b4030d38b7dc
parent0c77c04aa9c2b3a154f5cb0559feaee3fb7a6935 (diff)
perf trace: Fix documentation for -i
The -i flag was incorrectly listed as a short flag for --no-inherit. It should have only been listed as a short flag for --input. This documentation error has existed since the --input flag was introduced in 6810fc915f7a89d8134edb3996dbbf8eac386c26 (perf trace: Add option to analyze events in a file versus live). Signed-off-by: Peter Feiner <[email protected]> Cc: David Ahern <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Fixes: 6810fc915f7a ("perf trace: Add option to analyze events in a file versus live") Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r--tools/perf/Documentation/perf-trace.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-trace.txt b/tools/perf/Documentation/perf-trace.txt
index 7ea078658a87..13293de8869f 100644
--- a/tools/perf/Documentation/perf-trace.txt
+++ b/tools/perf/Documentation/perf-trace.txt
@@ -62,7 +62,6 @@ OPTIONS
--verbose=::
Verbosity level.
--i::
--no-inherit::
Child tasks do not inherit counters.