mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 12:12:06 +00:00
Fixed help text for 'o' and 'G' keys in v! mode (#13875)
This commit is contained in:
parent
783123c157
commit
0d2d140f8d
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user