diff options
Diffstat (limited to 'Documentation/perf_counter/builtin-top.c')
-rw-r--r-- | Documentation/perf_counter/builtin-top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-top.c b/Documentation/perf_counter/builtin-top.c index cacaa3c2518d..6b1c66f99e4d 100644 --- a/Documentation/perf_counter/builtin-top.c +++ b/Documentation/perf_counter/builtin-top.c | |||
@@ -727,7 +727,7 @@ static const struct option options[] = { | |||
727 | "number of mmap data pages"), | 727 | "number of mmap data pages"), |
728 | OPT_INTEGER('r', "realtime", &realtime_prio, | 728 | OPT_INTEGER('r', "realtime", &realtime_prio, |
729 | "collect data with this RT SCHED_FIFO priority"), | 729 | "collect data with this RT SCHED_FIFO priority"), |
730 | OPT_INTEGER('d', "delay", &realtime_prio, | 730 | OPT_INTEGER('d', "delay", &delay_secs, |
731 | "number of seconds to delay between refreshes"), | 731 | "number of seconds to delay between refreshes"), |
732 | OPT_BOOLEAN('D', "dump-symtab", &dump_symtab, | 732 | OPT_BOOLEAN('D', "dump-symtab", &dump_symtab, |
733 | "dump the symbol table used for profiling"), | 733 | "dump the symbol table used for profiling"), |