mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-06 04:59:43 +00:00
Fixing arguments docs
This commit is contained in:
parent
8f6c4716e0
commit
0027246ec4
@ -1310,7 +1310,6 @@ static int cmd_anal_fcn(RCore *core, const char *input) {
|
|||||||
"afr", " ([name]) ([addr])", "analyze functions recursively",
|
"afr", " ([name]) ([addr])", "analyze functions recursively",
|
||||||
"af+", " addr size name [type] [diff]", "hand craft a function (requires afb+)",
|
"af+", " addr size name [type] [diff]", "hand craft a function (requires afb+)",
|
||||||
"af-", " [addr]", "clean all function analysis data (or function at addr)",
|
"af-", " [addr]", "clean all function analysis data (or function at addr)",
|
||||||
"afa", "[?] [idx] [name] ([type])", "add function argument",
|
|
||||||
"af[aev]", "?", "manipulate args, registers and variables in function",
|
"af[aev]", "?", "manipulate args, registers and variables in function",
|
||||||
"afb+", " fa a sz [j] [f] ([t]( [d]))", "add bb to function @ fcnaddr",
|
"afb+", " fa a sz [j] [f] ([t]( [d]))", "add bb to function @ fcnaddr",
|
||||||
"afb", " [addr]", "List basic blocks of given function",
|
"afb", " [addr]", "List basic blocks of given function",
|
||||||
@ -1327,7 +1326,6 @@ static int cmd_anal_fcn(RCore *core, const char *input) {
|
|||||||
"afna", "", "suggest automatic name for current offset",
|
"afna", "", "suggest automatic name for current offset",
|
||||||
"afs", " [addr] [fcnsign]", "get/set function signature at current address",
|
"afs", " [addr] [fcnsign]", "get/set function signature at current address",
|
||||||
"afx", "[cCd-] src dst", "add/remove code/Call/data/string reference",
|
"afx", "[cCd-] src dst", "add/remove code/Call/data/string reference",
|
||||||
"afv", "[?] [idx] [type] [name]", "add local var on current function",
|
|
||||||
NULL };
|
NULL };
|
||||||
r_core_cmd_help (core, help_msg);
|
r_core_cmd_help (core, help_msg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user