Skip to content

Commit

Permalink
perf sched: Usage leftover from trace -> script rename
Browse files Browse the repository at this point in the history
The 'perf sched' command usage still showing 'trace' command instead of
the 'script' command.

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/20110809124651.GD2056@jolsa.brq.redhat.com
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Aug 9, 2011
1 parent 4c09baf commit 580cabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/builtin-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 580cabe

Please sign in to comment.