diff options
-rw-r--r-- | tools/perf/ui/browsers/annotate.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/ui/browsers/annotate.c b/tools/perf/ui/browsers/annotate.c index 4db5186472b5..a299290d0460 100644 --- a/tools/perf/ui/browsers/annotate.c +++ b/tools/perf/ui/browsers/annotate.c | |||
@@ -491,9 +491,9 @@ static int annotate_browser__run(struct annotate_browser *self, int evidx, | |||
491 | struct map_symbol *ms = self->b.priv; | 491 | struct map_symbol *ms = self->b.priv; |
492 | struct symbol *sym = ms->sym; | 492 | struct symbol *sym = ms->sym; |
493 | const char *help = "<-/ESC: Exit, TAB/shift+TAB: Cycle hot lines, " | 493 | const char *help = "<-/ESC: Exit, TAB/shift+TAB: Cycle hot lines, " |
494 | "H: Go to hottest line, ->/ENTER: Line action, " | 494 | "H: Hottest line, ->/ENTER: Line action, " |
495 | "O: Toggle offset view, " | 495 | "O: Offset view, " |
496 | "S: Toggle source code view"; | 496 | "S: Source view"; |
497 | int key; | 497 | int key; |
498 | 498 | ||
499 | if (ui_browser__show(&self->b, sym->name, help) < 0) | 499 | if (ui_browser__show(&self->b, sym->name, help) < 0) |