diff options
author | Namhyung Kim <namhyung@gmail.com> | 2011-12-12 10:16:56 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-12-22 07:23:55 -0500 |
commit | fb2baceb5a64990163e93b77ee205d0173202ee6 (patch) | |
tree | 707946ff30adece39d0a19f7f82d0522133e5c96 /tools/perf | |
parent | f1ac18af219835fd5b8e19c14d2dd75c55f78737 (diff) |
perf report: Fix usage string
perf report does not take a command from command line.
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1323703017-6060-8-git-send-email-namhyung@gmail.com
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/builtin-report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index b2654c9fb5c6..9051f6bfaa7e 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -432,7 +432,7 @@ int cmd_report(int argc, const char **argv, const char *prefix __used) | |||
432 | { | 432 | { |
433 | char callchain_default_opt[] = "fractal,0.5,callee"; | 433 | char callchain_default_opt[] = "fractal,0.5,callee"; |
434 | const char * const report_usage[] = { | 434 | const char * const report_usage[] = { |
435 | "perf report [<options>] <command>", | 435 | "perf report [<options>]", |
436 | NULL | 436 | NULL |
437 | }; | 437 | }; |
438 | struct perf_report report = { | 438 | struct perf_report report = { |