perf trace: Fix documentation for -i
authorPeter Feiner <[email protected]>
Wed, 4 Nov 2015 17:21:46 +0000 (09:21 -0800)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 5 Nov 2015 15:47:51 +0000 (12:47 -0300)
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]>
tools/perf/Documentation/perf-trace.txt

index 7ea078658a875029fb0ad03101bacdbe45e31564..13293de8869fe932c9610f3a3c5612c838a65bc4 100644 (file)
@@ -62,7 +62,6 @@ OPTIONS
 --verbose=::
         Verbosity level.
 
--i::
 --no-inherit::
        Child tasks do not inherit counters.