diff options
Diffstat (limited to 'tools/perf/builtin-sched.c')
-rw-r--r-- | tools/perf/builtin-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.c index 3d5702c8b512..5177964943e7 100644 --- a/tools/perf/builtin-sched.c +++ b/tools/perf/builtin-sched.c | |||
@@ -1777,7 +1777,7 @@ static void __cmd_replay(void) | |||
1777 | 1777 | ||
1778 | 1778 | ||
1779 | static const char * const sched_usage[] = { | 1779 | static const char * const sched_usage[] = { |
1780 | "perf sched [<options>] {record|latency|map|replay|trace}", | 1780 | "perf sched [<options>] {record|latency|map|replay|script}", |
1781 | NULL | 1781 | NULL |
1782 | }; | 1782 | }; |
1783 | 1783 | ||