Better help for radiff2

This commit is contained in:
pancake 2022-09-06 22:33:24 +02:00 committed by pancake
parent f592b2c117
commit 29c482c416

View File

@ -440,12 +440,12 @@ static int show_help(int v) {
" -d use delta diffing\n"
" -D show disasm instead of hexpairs\n"
" -e [k=v] set eval config var value for all RCore instances\n"
" -g [sym|off1,off2] graph diff of given symbol, or between two offsets\n"
" -g [arg] graph diff of [sym] or functions in [off1,off2]\n"
" -G [cmd] run an r2 command on every RCore instance created\n"
" -i [i,s] diff symbols or imports of target files (-U is default)\n"
" -j output in json format\n"
" -n print bare addresses only (diff.bare=1)\n"
" -m [aditsjJ] choose the graph output mode\n"
" -m [mode] choose the graph output mode (aditsjJ)\n"
" -O code diffing with opcode bytes only\n"
" -p use physical addressing (io.va=false) (only for radiff2 -AC)\n"
" -q quiet mode (disable colors, reduce output)\n"