Make rabin2 -A help more readable

This commit is contained in:
pancake 2015-11-05 13:37:21 +01:00
parent fc7f195b5b
commit 63c47bc15e
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ static int rabin_show_help(int v) {
" [-o str] [-O str] [-k query] [-D lang symname] | file\n");
if (v) printf (
" -@ [addr] show section, symbol or import at addr\n"
" -A list archs\n"
" -A list sub-binaries and their arch-bits pairs\n"
" -a [arch] set arch (x86, arm, .. or <arch>_<bits>)\n"
" -b [bits] set bits (32, 64 ...)\n"
" -B [addr] override base address (pie bins)\n"

View File

@ -26,7 +26,7 @@ This program allows you to get information about ELF/PE/MZ and CLASS files in a
.It Fl @ Ar addr
Show information (symbol, section, import) of the given address
.It Fl A
List archs
List sub-binaries and their associated arch-bits pairs
.It Fl a Ar arch
Set arch (x86, arm, .. accepts underscore for bits x86_32)
.It Fl b Ar bits