]> git.hungrycats.org Git - linux/commitdiff
perf trace: Fix documentation for -i
authorPeter Feiner <pfeiner@google.com>
Wed, 4 Nov 2015 17:21:46 +0000 (09:21 -0800)
committerJiri Slaby <jslaby@suse.cz>
Wed, 24 Feb 2016 09:23:21 +0000 (10:23 +0100)
commit 956959f6b7a982b2e789a7a8fa1de437074a5eb9 upstream.

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 <pfeiner@google.com>
Cc: David Ahern <dsahern@gmail.com>
Link: http://lkml.kernel.org/r/1446657706-14518-1-git-send-email-pfeiner@google.com
Fixes: 6810fc915f7a ("perf trace: Add option to analyze events in a file versus live")
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
tools/perf/Documentation/perf-trace.txt

index daccd2c0a48fe9c933cf50c870f68aa9bfe253a6..f8c38e9f35629b54b023597a79707204a82a9c8e 100644 (file)
@@ -53,7 +53,6 @@ OPTIONS
 --verbose=::
         Verbosity level.
 
--i::
 --no-inherit::
        Child tasks do not inherit counters.