diff options
Diffstat (limited to 'tools/perf/builtin-bench.c')
| -rw-r--r-- | tools/perf/builtin-bench.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-bench.c b/tools/perf/builtin-bench.c index b0e74ab2d7a..1f310021644 100644 --- a/tools/perf/builtin-bench.c +++ b/tools/perf/builtin-bench.c @@ -33,7 +33,7 @@ struct bench_suite {  };  						\  /* sentinel: easy for help */ -#define suite_all { "all", "test all suite (pseudo suite)", NULL } +#define suite_all { "all", "Test all benchmark suites", NULL }  static struct bench_suite sched_suites[] = {  	{ "messaging", @@ -75,7 +75,7 @@ static struct bench_subsys subsystems[] = {  	  "memory access performance",  	  mem_suites },  	{ "all",		/* sentinel: easy for help */ -	  "test all subsystem (pseudo subsystem)", +	  "all benchmark subsystem",  	  NULL },  	{ NULL,  	  NULL,  |