]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/ui/browsers/annotate.c
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / tools / perf / ui / browsers / annotate.c
index f171b4627cb1bfc89aac35ee098b745e26694af3..06367c1df72018d28c2db5c908deea960a8d1ddf 100644 (file)
@@ -547,9 +547,9 @@ static int annotate_browser__run(struct annotate_browser *self, int evidx,
        struct map_symbol *ms = self->b.priv;
        struct symbol *sym = ms->sym;
        const char *help = "<-/ESC: Exit, TAB/shift+TAB: Cycle hot lines, "
-                          "H: Go to hottest line, ->/ENTER: Line action, "
-                          "O: Toggle offset view, "
-                          "S: Toggle source code view";
+                          "H: Hottest line, ->/ENTER: Line action, "
+                          "O: Offset view, "
+                          "S: Source view";
        int key;
 
        if (ui_browser__show(&self->b, sym->name, help) < 0)