summaryrefslogtreecommitdiff
path: root/tools/perf/util/ui/browsers/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/ui/browsers/top.c')
-rw-r--r--tools/perf/util/ui/browsers/top.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/ui/browsers/top.c b/tools/perf/util/ui/browsers/top.c
index 5a06538532af..88403cf8396a 100644
--- a/tools/perf/util/ui/browsers/top.c
+++ b/tools/perf/util/ui/browsers/top.c
@@ -208,6 +208,5 @@ int perf_top__tui_browser(struct perf_top *top)
},
};
- ui_helpline__push("Press <- or ESC to exit");
return perf_top_browser__run(&browser);
}