Skip to content

Commit f75d289

Browse files
namhyungacmel
authored andcommitted
perf c2c: Clarify help message of --stats option
As it is not strictly asking for only stdio output, but will imply using it. Signed-off-by: Namhyung Kim <[email protected]> Acked-by: Jiri Olsa <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 8b53dbe commit f75d289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/builtin-c2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2536,7 +2536,7 @@ static int perf_c2c__report(int argc, const char **argv)
25362536
OPT_BOOLEAN(0, "stdio", &c2c.use_stdio, "Use the stdio interface"),
25372537
#endif
25382538
OPT_BOOLEAN(0, "stats", &c2c.stats_only,
2539-
"Use the stdio interface"),
2539+
"Display only statistic tables (implies --stdio)"),
25402540
OPT_BOOLEAN(0, "full-symbols", &c2c.symbol_full,
25412541
"Display full length of symbols"),
25422542
OPT_BOOLEAN(0, "no-source", &no_source,

0 commit comments

Comments
 (0)