Fixed help text for 'o' and 'G' keys in v! mode (#13875)

This commit is contained in:
tick 2019-04-23 20:16:30 +02:00 committed by radare
parent 783123c157
commit 0d2d140f8d

View File

@ -158,7 +158,8 @@ static const char *help_msg_panels[] = {
"d", "define in the current address. Same as Vd",
"D", "show disassembly in the current panel",
"e", "change title and command of current panel",
"g", "show graph in the current panel",
"g", "go/seek to given offset",
"G", "show graph in the current panel",
"i", "insert hex",
"hjkl", "move around (left-down-up-right)",
"J", "scroll panels down by page",
@ -168,7 +169,6 @@ static const char *help_msg_panels[] = {
"m", "select the menu panel",
"M", "open new custom frame",
"nN", "create new panel with given command",
"o", "go/seek to given offset",
"pP", "seek to next or previous scr.nkey",
"q", "quit, back to visual mode",
"r", "toggle callhints/jmphints/leahints",