From 980b10352c286f8ceb91e70fa0fca2a19f3e8fef Mon Sep 17 00:00:00 2001 From: newlog Date: Fri, 9 Jan 2015 20:25:53 +0100 Subject: [PATCH] Improve cg command description --- libr/core/cmd_cmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libr/core/cmd_cmp.c b/libr/core/cmd_cmp.c index ef21624931..3d675fae62 100644 --- a/libr/core/cmd_cmp.c +++ b/libr/core/cmd_cmp.c @@ -438,7 +438,7 @@ static int cmd_cmp(void *data, const char *input) { default: { const char * help_message[] = { "Usage: cg", "", "Graph code commands", - "cg", "", "Byte-per-byte code graph diff", + "cg", "", "diff ratio among functions (columns: off-A, match-ratio, off-B)", "cgf", "[fcn]", "Compare functions (curseek vs fcn)", "cgo", "", "Opcode-bytes code graph diff", NULL