mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 20:46:20 +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",
|
"ahj", "", "list hints in JSON",
|
||||||
"aho", " foo a0,33", "replace opcode string",
|
"aho", " foo a0,33", "replace opcode string",
|
||||||
"ahp", " addr", "set pointer hint",
|
"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", " 4", "set opcode size=4",
|
||||||
"ahS", " jz", "set asm.syntax=jz for this opcode",
|
"ahS", " jz", "set asm.syntax=jz for this opcode",
|
||||||
NULL
|
NULL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user