From 29c482c416acbc6bf5629596a74e8f357117525d Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 6 Sep 2022 22:33:24 +0200 Subject: [PATCH] Better help for radiff2 --- libr/main/radiff2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libr/main/radiff2.c b/libr/main/radiff2.c index f8f62f1ce0..34258df481 100644 --- a/libr/main/radiff2.c +++ b/libr/main/radiff2.c @@ -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"