Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1651184 > unrolled thread

[PATCH V2 19/37] perf script: Fix message because field list option is -F not -f

Started byAdrian Hunter <adrian.hunter@intel.com>
First post2017-05-26 10:30 +0200
Last post2017-05-26 10:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH V2 19/37] perf script: Fix message because field list option is -F not -f Adrian Hunter <adrian.hunter@intel.com> - 2017-05-26 10:30 +0200

#1651184 — [PATCH V2 19/37] perf script: Fix message because field list option is -F not -f

FromAdrian Hunter <adrian.hunter@intel.com>
Date2017-05-26 10:30 +0200
Subject[PATCH V2 19/37] perf script: Fix message because field list option is -F not -f
Message-ID<tLiNd-3tM-75@gated-at.bofh.it>
Fix message because field list option is -F not -f.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
---
 tools/perf/builtin-script.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c
index d05aec491cff..79a101e0e13b 100644
--- a/tools/perf/builtin-script.c
+++ b/tools/perf/builtin-script.c
@@ -383,7 +383,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;
 		}
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web