Change afbr description (#5163)

`afbr`'s description isn't worded properly. It doesn't actually print addresses of `ret` instructions, but of instructions which cause the flow of the program to leave the function body, like `call`, `jmp`, `hlt` etc.
This commit is contained in:
monosource 2016-06-17 15:26:46 +03:00 committed by radare
parent 1629dd2b64
commit dc61e8c511

View File

@ -1151,7 +1151,7 @@ static int cmd_anal_fcn(RCore *core, const char *input) {
/* TODO: use r_core_help */
eprintf ("Usage: afb+ or afbb or afb\n"
/* TODO: move afbr into afr? */
" afbr - show addresses of return instructions in the function\n"
" afbr - show addresses of instructions which leave the function\n"
" .afbr* - set breakpoint on every return address of the fcn\n"
" .afbr-* - undo the above operation\n"
" afbj - show basic blocks information in JSON\n"