Add help message for r2 -0

This commit is contained in:
pancake 2014-08-17 02:55:47 +02:00
parent a661d916e4
commit dbbc961454
2 changed files with 4 additions and 1 deletions

View File

@ -69,6 +69,7 @@ static int main_help(int line) {
printf ("Usage: r2 [-dDwntLqv] [-P patch] [-p prj] [-a arch] [-b bits] [-i file]\n"
" [-s addr] [-B blocksize] [-c cmd] [-e k=v] file|-\n");
if (line != 1) printf (
" -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"
" -b [bits] set asm.bits\n"

View File

@ -15,7 +15,7 @@ radare2 \- Advanced commandline hexadecimal editor, disassembler and debugger
.Op Fl p Ar project
.Op Fl P Ar patch
.Op Fl s Ar addr
.Op Fl AdDwntLqv
.Op Fl 0AdDwntLqv
.Ar file
.Sh DESCRIPTION
radare2 is a commandline hexadecimal editor.
@ -26,6 +26,8 @@ This manpage is not updated yet. Feel free to contribute.
.Pp
The options are:
.Bl -tag -width Fl
.It Fl 0
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