mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-26 07:44:29 +00:00
Fix ahr help msg
This commit is contained in:
parent
f57e86f9c5
commit
7cb75f712c
@ -450,7 +450,7 @@ static const char *help_msg_ah[] = {
|
||||
"ahj", "", "list hints in JSON",
|
||||
"aho", " foo a0,33", "replace opcode string",
|
||||
"ahp", " addr", "set pointer hint",
|
||||
"ahr", " val", "set hint for return value of a function"
|
||||
"ahr", " val", "set hint for return value of a function",
|
||||
"ahs", " 4", "set opcode size=4",
|
||||
"ahS", " jz", "set asm.syntax=jz for this opcode",
|
||||
NULL
|
||||
|
Loading…
x
Reference in New Issue
Block a user