Update r2 -A manpage and help
This commit is contained in:
parent
a793859d5b
commit
b5317ac35c
|
@ -106,7 +106,7 @@ static int main_help(int line) {
|
|||
" = read file from stdin (use -i and -c to run cmds)\n"
|
||||
" -0 print \\x00 after init and every command\n"
|
||||
" -a [arch] set asm.arch\n"
|
||||
" -A run 'aa' command to analyze all referenced code\n"
|
||||
" -A run 'aaa' command to analyze all referenced code\n"
|
||||
" -b [bits] set asm.bits\n"
|
||||
" -B [baddr] set base address for PIE binaries\n"
|
||||
" -c 'cmd..' execute radare command\n"
|
||||
|
|
|
@ -36,7 +36,7 @@ Print \\x00 after initialization and after every command executed
|
|||
.It Fl a Ar arch
|
||||
force asm.arch (x86, ppc, arm, mips, bf, java, ...)
|
||||
.It Fl A
|
||||
run 'aa' command before prompt or patch to analyze all referenced code
|
||||
run 'aaa' command before prompt or patch to analyze all referenced code
|
||||
.It Fl b Ar bits
|
||||
force asm.bits (16, 32, 64)
|
||||
.It Fl B Ar baddr
|
||||
|
|
Loading…
Reference in New Issue