perf sched: Usage leftover from trace -> script rename
authorJiri Olsa <[email protected]>
Tue, 9 Aug 2011 12:46:51 +0000 (14:46 +0200)
committerArnaldo Carvalho de Melo <[email protected]>
Tue, 9 Aug 2011 16:32:12 +0000 (13:32 -0300)
The 'perf sched' command usage still showing 'trace' command instead of
the 'script' command.

Cc: Ingo Molnar <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Jiri Olsa <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-sched.c

index 3d5702c8b5121c52131d0ae849ae3259e04c22ec..5177964943e72ecd96881daf3bd48b71c1937faa 100644 (file)
@@ -1777,7 +1777,7 @@ static void __cmd_replay(void)
 
 
 static const char * const sched_usage[] = {
-       "perf sched [<options>] {record|latency|map|replay|trace}",
+       "perf sched [<options>] {record|latency|map|replay|script}",
        NULL
 };