]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
perf report: Fix usage string
authorNamhyung Kim <namhyung@gmail.com>
Mon, 12 Dec 2011 15:16:56 +0000 (00:16 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 22 Dec 2011 12:23:55 +0000 (10:23 -0200)
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>
tools/perf/builtin-report.c

index b2654c9fb5c6fe1c937e092a2a214e3a94d602d1..9051f6bfaa7e4a44a8357cacf30af261a5dee1bd 100644 (file)
@@ -432,7 +432,7 @@ int cmd_report(int argc, const char **argv, const char *prefix __used)
 {
        char callchain_default_opt[] = "fractal,0.5,callee";
        const char * const report_usage[] = {
-               "perf report [<options>] <command>",
+               "perf report [<options>]",
                NULL
        };
        struct perf_report report = {