mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
Fix 5649 - afu documentation (#5659)
This commit is contained in:
parent
b1480739eb
commit
7a79e801ff
@ -1531,6 +1531,7 @@ static int cmd_anal_fcn(RCore *core, const char *input) {
|
||||
"afn", " name [addr]", "rename name for function at address (change flag too)",
|
||||
"afna", "", "suggest automatic name for current offset",
|
||||
"afs", " [addr] [fcnsign]", "get/set function signature at current address",
|
||||
"afu", " [addr]", "resize and analyze function from current address until addr",
|
||||
"afv[bsra]", "?", "manipulate args, registers and variables in function",
|
||||
"afx", "[cCd-] src dst", "add/remove code/Call/data/string reference",
|
||||
NULL };
|
||||
|
Loading…
Reference in New Issue
Block a user