]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
perf script: Fix message because field list option is -F not -f
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 26 May 2017 08:17:20 +0000 (11:17 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 21 Jun 2017 14:35:53 +0000 (11:35 -0300)
Fix message because field list option is -F not -f.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1495786658-18063-20-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c

index db5261c3f719977bd4517c934c8bf0a1e63226e5..4bce7d8679cbad191d97905e418ea24c2ad6407c 100644 (file)
@@ -385,7 +385,7 @@ static int perf_session__check_output_opt(struct perf_session *session)
                 */
                if (!evsel && output[j].user_set && !output[j].wildcard_set) {
                        pr_err("%s events do not exist. "
-                              "Remove corresponding -f option to proceed.\n",
+                              "Remove corresponding -F option to proceed.\n",
                               event_type(j));
                        return -1;
                }