Fix 5649 - afu documentation (#5659)

This commit is contained in:
Tiago Gasiba 2016-08-31 10:32:54 +02:00 committed by radare
parent b1480739eb
commit 7a79e801ff

View File

@ -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 };