]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/ui/browsers/scripts.c
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / tools / perf / ui / browsers / scripts.c
index e13b48d705ef454a2ebe8be5708ca6eabf0f85d5..ad6b6ee3770e436339fa3d68b2c016e1a7e9dfb7 100644 (file)
@@ -89,7 +89,7 @@ static int script_browser__run(struct perf_script_browser *browser)
        int key;
 
        if (ui_browser__show(&browser->b, browser->script_name,
-                            "Press <- or ESC to exit") < 0)
+                            "Press ESC to exit") < 0)
                return -1;
 
        while (1) {