From 61a7c5582ee72b26cf23cb98f3f351f8dff20f37 Mon Sep 17 00:00:00 2001 From: vane11ope Date: Wed, 25 Jul 2018 21:01:32 +0900 Subject: [PATCH] added comments for the missing commands --- libr/core/panels.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libr/core/panels.c b/libr/core/panels.c index 60d2a85c87..4f898a32d8 100644 --- a/libr/core/panels.c +++ b/libr/core/panels.c @@ -1643,8 +1643,10 @@ repeat: " sS - step in / step over\n" " uU - undo / redo seek\n" " pP - seek to next or previous scr.nkey\n" + " o - go/seek to given offset\n" " nN - create new panel with given command\n" " q - quit, back to visual mode\n" + " 0-9 - jump to the nth panel. n is the number you hit\n" ); r_cons_flush (); r_cons_any_key (NULL);